Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
58937db
index.html
kenef Jul 30, 2015
d3840c4
adding css/style.css
kenef Jul 30, 2015
0ff80e3
rewriting index.html
kenef Jul 30, 2015
5820a9a
rewriting main styles style.css
kenef Jul 30, 2015
cfb3746
temporary mobile css to turn text grey when the page breaks
kenef Jul 30, 2015
fce7f45
rewriting index.html with quite a few changes.
kenef Jul 31, 2015
635bf99
rewriting css file
kenef Jul 31, 2015
8abd2d7
attempting to add all images at once
kenef Jul 31, 2015
4e858a7
Delete Bullseye.png
kenef Jul 31, 2015
9b6b97d
Delete bubbles-whiteletters.png
kenef Jul 31, 2015
9530c32
Delete bullets.ai
kenef Jul 31, 2015
2d015e8
Delete bullets.png
kenef Jul 31, 2015
0c47b35
Delete circuit.png
kenef Jul 31, 2015
63e7b35
Delete darksquares.png
kenef Jul 31, 2015
aad3e1f
Delete eye.8.png
kenef Jul 31, 2015
63122c7
Delete fast.png
kenef Jul 31, 2015
2109b71
Delete screen.png
kenef Jul 31, 2015
395dd70
Delete user.png
kenef Jul 31, 2015
e4c9ff2
Delete zebra-stripes2.png
kenef Jul 31, 2015
fdc77a3
Create bullets.png
kenef Jul 31, 2015
e32a8e6
Delete bullets.png
kenef Jul 31, 2015
4a7a3b3
new index file with javascript slideshow
kenef Jul 31, 2015
8e17568
adding script.js
kenef Jul 31, 2015
a611c16
new css file with javascript slider
kenef Jul 31, 2015
227f635
adding image files
kenef Jul 31, 2015
d4b4a8a
adding html file with linear progress to Our Team
kenef Jul 31, 2015
674fc20
updating css file with Our Team
kenef Jul 31, 2015
4ed7b38
adding images for Our Team section
kenef Jul 31, 2015
934a3e0
adding complete index file for desktop version
kenef Jul 31, 2015
c1017a5
adding css completed css for desktop
kenef Jul 31, 2015
b07e1f2
adding final html file
kenef Aug 1, 2015
e192938
adding final css file for desktop
kenef Aug 1, 2015
4dcf7b5
adding final mobile css file
kenef Aug 1, 2015
70bacc9
adding final html file
kenef Aug 3, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 165 additions & 0 deletions css/style-mobile.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/* definitions */
body, h1, a {
display: block;
font: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
text-align: center;
}

hr {
display: none;
}
.margins {
padding-left: 3%;
padding-right: 3%;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.blueTitle {
text-align: center;
margin-left: auto;
margin-right: auto;
}

/* service area */
#service {
height: auto;
}

#icon1 {
margin: auto;
clear: both;
float: none;
display: block;
width: auto;
height: auto;
padding: 0;
}
#icon2 {
margin: auto;
clear: both;
float: none;
display: block;
width: auto;
height: auto;
padding: 0;
}
#icon3 {
margin: auto;
clear: both;
float: none;
display: block;
width: auto;
height: auto;
padding: 0;
}

/* work area */
.work-divs {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
float: none;
height: auto;
width: auto;
padding: 15px;
}
#work {
height: auto;
}

#team {
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}
#icon4 {
display: block;
width: 100%;
text-align: cener;
margin-left: auto;
margin-right: auto;
}

/* footer area */
#footer {
display: block;
width: auto;
min-width: 90%;
height: 100%;
background: #0099ff;
padding-top: 50px;
margin-left: auto;
margin-right: auto;
min-height: 580px;
text-align: left;
color: #ffffff;
}
#footer a {
color: #ffffff;
text-align: left;
}
#footer p {
color: #ffffff;
text-align: left;
}
#left-div-left {
display: block;
height: auto;
width: 230px;
float: left;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
#left-div-right {
display: block;
height: auto;
width: 230px;
float: left;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
#right-div-left {
display: block;
height: auto;
width: 230px;
float: left;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
#right-div-left ul {
margin-left: -38px;
}
#right-div-right {
display: block;
height: auto;
width: 230px;
float: left;
padding-left: 4%;
padding-right: 4%;
margin-left: auto;
margin-right: auto;
}
#right-div-right img {
text-align: left;
margin-bottom: -6px;
}
.iconC {
text-align: left;
}
.footer-button a {
display: block;
margin: 0;
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
}
Loading