-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflexvsgrid.html
184 lines (123 loc) · 10.3 KB
/
flexvsgrid.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="flexVSgrid.css">
</head>
<body>
<!-- nav section -->
<nav>
<div class="nav-icon">
<img src="" alt="an icon will go here.">
</div>
<div class="nav-links">
<li><a href="#home">home</a></li>
<li><a href="#flex">flex</a></li>
<li><a href="#grid">grid</a></li>
<li><a href="#footer">footer</a></li>
</div>
</nav>
<main>
<!-- home section -->
<section id="home" class="home-section" alt="this is just a generic landing page">
<h1>HI!</h1>
</section>
<!-- flex section -->
<section id="flex" class="flex-section" alt="this is the first section">
<article class="flex-article-container" alt="This is an article withing the flex to contain all our stuff">
<img class="flex-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="flex-article-title-container">
<h1 class="flex-article-title">I'm the flex Article Title!!</h1>
<h4 class="flex-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="flex-article-copy" alt="this is going to be our article body text">Hell of quinoa 3 wolf moon, hexagon dreamcatcher truffaut cold-pressed glossier butcher iPhone cloud bread street art vegan coloring book. Irony raw denim godard, selfies listicle disrupt pug chia copper mug paleo. Polaroid pickled PBR&B, slow-carb ethical mixtape.</p>
</article>
<article class="flex-article-container" alt="This is an article withing the flex to contain all our stuff">
<img class="flex-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="flex-article-title-container">
<h1 class="flex-article-title">I'm the 2nd flex Article Title!!</h1>
<h4 class="flex-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="flex-article-copy" alt="this is going to be our article body text">Hell of quinoa 3 wolf moon, hexagon dreamcatcher truffaut cold-pressed glossier butcher iPhone cloud bread street art vegan coloring book. Irony raw denim godard, selfies listicle disrupt pug chia copper mug paleo. Polaroid pickled PBR&B, slow-carb ethical mixtape.</p>
</article>
<article class="flex-article-container" alt="This is an article withing the flex to contain all our stuff">
<img class="flex-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="flex-article-title-container">
<h1 class="flex-article-title">I'm the 2nd flex Article Title!!</h1>
<h4 class="flex-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="flex-article-copy" alt="this is going to be our article body text">Hell of quinoa 3 wolf moon, hexagon dreamcatcher truffaut cold-pressed glossier butcher iPhone cloud bread street art vegan coloring book. Irony raw denim godard, selfies listicle disrupt pug chia copper mug paleo. Polaroid pickled PBR&B, slow-carb ethical mixtape.</p>
</article>
</section>
<!-- grid section -->
<section id="grid" class="grid-section" alt="this is the first section">
<section class="grid-article-section">
<!-- Below is all the articles -->
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<article class="grid-article-container" alt="This is an article withing the grid to contain all our stuff">
<img class="grid-article-image" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRy3SL_ynDR1oIEVAQrUltGIwPdO17KodfSEAfqqdpGodb9OHx1jg" alt="Article image title">
<div class="grid-article-title-container">
<h1 class="grid-article-title">I'm the Grid Article Title!!</h1>
<h4 class="grid-article-sub-title">I'm a subheader for this dude</h4>
</div>
<p class="grid-article-copy" alt="this is going to be our article body text">Lorem ipsum dolor amet trust fund post-ironic selvage sustainable prism banjo schlitz put a bird on it vaporware. Artisan listicle street art schlitz glossier pabst air plant polaroid flexitarian hoodie. Lomo bicycle rights edison bulb dreamcatcher.</p>
</article>
<!-- This is the end of the articles section -->
</section>
</section>
</main>
<!-- footer section -->
<footer id="footer" class="page-footer">
</footer>
</body>
</html>