-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (134 loc) · 3.96 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Manish Madugula</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<header>
<div class="container">
<div class="logo"></div>
<div class="bird"></div>
</header>
<article >
<div class="container article">
<hr noshade>
<div class="content">
<p>
Hi My name is Manish..Nice to meet you. I am trying to buid a resposive site myself.
This is my first site.I want to make it efficient.I use skeleton framework.I am gonna
include parallax scrolling in this website.
</p>
</div>
<hr noshade>
<div class="pics">
<div class="row img-row">
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish </figcaption>
</figure>
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish</figcaption>
</figure>
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish</figcaption>
</figure>
</div>
<div class="row img-row">
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish</figcaption>
</figure>
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish</figcaption>
</figure>
<figure class="columns four">
<img class="u-max-full-width" src="images/1.jpg" alt="">
<figcaption>Manish</figcaption>
</figure>
</div>
</div>
<hr noshade>
<div class="content">
<p>
Hi My name is Manish..Nice to meet you. I am trying to buid a resposive site myself.
This is my first site.I want to make it efficient.I use skeleton framework.I am gonna
include parallax scrolling in this website.
</p>
</div>
<hr noshade>
<div class="periscope">
<div class="large-window">
<div class="tinty">
<div class="texty colums four">
Manish <strong>Madugula</strong>
</div>
</div>
</div>
</div>
<hr noshades>
<div class="blogs row">
<div class="blog post1 columns four">
<h4>Blog-1</h4>
<img src="images/e.png" class="u-max-full-width" alt="">
<p class="btext">Lorem Ipsum dajhjb</p>
<a href="" class="button">Read More</a>
</div>
<div class="blog post2 columns four">
<h4>Blog-2</h4>
<img src="images/e.png" class="u-max-full-width" alt="">
<p class="btext">Lorem Ipsum dajhjb</p>
<a href="" class="button">Read More</a>
</div>
<div class="blog post3 columns four">
<h4>Blog-3</h4>
<img src="images/e.png" class="u-max-full-width" alt="">
<p class="btext">Lorem Ipsum dajhjb</p>
<a href="" class="button">Read More</a>
</div>
</div>
<div class="longd"></div>
<hr noshade>
</article>
</section>
<footer>
<div class="row footer-stuff">
<ul class="three columns">
<strong>Contact us</strong>
<li><a href="">Twitter</a></li>
<li><a href="">Instagram</a></li>
<li><a href="">Facebook</a></li>
<li><a href="">Pinterest</a></li>
</ul>
<ul class="three columns">
<strong>OTHER</strong>
<li><a href="">Red Robin</a></li>
<li><a href="">Batman</a></li>
<li><a href="">Superman</a></li>
<li><a href="">Spiderman</a></li>
</ul>
<div class="columns six">
<p>
<strong># for the newsletter</strong>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos eveniet quia nesciunt.
</p>
<input type="email" placeholder="Your Email">
<input type="submit" class="button-primary">
</div>
</div>
</footer>
<script src="scripts/jquery.js"></script>
<script src="scripts/parallax.js">
</script>
</body>
</html>