-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (106 loc) · 4.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rocket Design - Mobile Web Design Services</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <link rel="stylesheet" type="text/css" href="styles.css"> -->
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
</head>
<body>
<header>
<div id="header-inner">
<a href="index.html" id="logo"></a>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="index.html" class="current">home</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="ourTeam.html">our team</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="skills.html">skills</a></li>
</ul>
</nav>
</div>
</header>
<!-- <end of header> -->
<section class="banner">
<div class="banner-inner">
<img src="img/rocket_design.png">
</div>
</section>
<section class="one-fourth" id="html">
<td><i class="fa fa-html5"></i></td>
<h3>HTML</h3>
</section>
<section class="one-fourth" id="css">
<td><i class="fa fa-css3"></i></td>
<h3>CSS</h3>
</section>
<section class="one-fourth" id="seo">
<td><i class="fa fa-search"></i></td>
<h3>SEO</h3>
</section>
<section class="one-fourth" id="social">
<td><i class="fa fa-user"></i></td>
<h3>SOCIAL</h3>
</section>
<!-- end one-fourth section-->
<section class="inner-wrapper">
<article id="tablet">
<img src="img/hand_ipad.png">
</article>
<aside id="tablet2">
<h2>MOBILE TABLET DEVICE</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the, but also the leap into electronic </p>
</aside>
</section>
<section class="inner-wrapper2">
<article id="mobile">
<h2>ACROSS EACH DEVICE</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, into electronic </p>
</article>
<aside class="hand-mobile">
<img src="img/hand_mobile.png">
</aside>
</section>
<section class="inner-wrapper">
<article>
<img src="img/desktop.png" id="image">
</article>
<aside id="desktop">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the</p>
</aside>
</section>
<section class="inner-wrapper3">
<section class="one-third" id="google">
<h3>GOOGLE SEARCH</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specim</p>
</section>
<section class="one-third" id="marketing">
<h3>MARKETING</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specim</p>
</section>
<section class="one-third" id="customer">
<h3>HAPPY CUSTOMER</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specim</p>
</section>
</section>
<!--end of column-->
<section id="smiley">
<h2>: )</h2>
</section>
<footer>
<ul class="social">
<li><a href="#"><i class="fa fa-facebook" target="-blank"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus" target="-blank"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" target="-blank"></i></a></li>
<li><a href="#"><i class="fa fa-youtube" target="-blank"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
</ul>
<p class="second">© Rocket Design</p>
</footer>
</body>
</html>