-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (181 loc) · 9.63 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mountains</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header class="header">
<h1> Album </h1>
<ul>
<li>
Home
</li>
<li>
About Us
</li>
<li>
Contact Us
</li>
</ul>
</header>
<main>
<section class="album_example" >
<h1>
Album Example
</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Numquam, molestiae.
</p>
<div class="album_para_buttons">
<button> Main call to action </button>
<button> Secondary call to action </button>
</div>
</section>
<h4>CARD COMPONENT</h4>
<section class ="album_container">
<div class="album_card">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="album_card">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="album_card">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="album_card">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
<!--
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
-->
</div>
</div>
<div class="album_card">
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<!--
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
-->
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="album_card">
<div class="XbyY">
<h3> Mountain Calling</h3>
<h5> by Prakash Sakari</h5>
</div>
<img src= "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmMFvR3IePI-FY6flr019bUrAcmg2cCwkWLg&usqp=CAU"></src>
<div class="bottom_row">
<p>
When everything feels like an uphill struggle, think of the view from the top.
</p>
<div class="read_bookmark">
<a href="https://www.example.com" id="read">READ</a>
<a href="https://www.example.com" id="bookmark">BOOKMARK</a>
</div>
<div class ="like_share_more">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<i class="fa fa-share-alt" aria-hidden="true"></i>
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</div>
</div>
</div>
</section>
</main>
<footer>
<p>
Feat by Naveen
</p>
<a href="/index.html">
Back to Top
</a>
</footer>
</body>
</html>