-
Notifications
You must be signed in to change notification settings - Fork 0
/
layout.html
171 lines (158 loc) · 11.1 KB
/
layout.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/img/favicon-16x16.png">
<link rel="manifest" href="./assets/img/site.webmanifest">
<link rel="mask-icon" href="./assets/img/safari-pinned-tab.svg" color="#3e433d">
<meta name="msapplication-TileColor" content="#3e433d">
<meta name="theme-color" content="#3e433d">
<link rel="stylesheet" href="./assets/css/styles.css">
<title>INDavid04 | Mozilla - Wireframe</title>
</head>
<body>
<header class="MainHeader">
<nav>
<ul>
<li><a href="./" title="Web page where INDavid04 should show what he learned from developer.mozilla.org">Return to Mozzila Course Learning Projects</a></li>
<li><a href="./practice-link.html" title="Web page where should be listed 5 sites initially">Practice links page</a></li>
<li><a href="./pictures.html" title="Web page where INDavid04 should share some images">Pictures</a></li>
<li><a href="./projects.html" title="Web page where INDavid04 should share what he work">Projects</a></li>
<li><a href="./social.html" title="Web page where INDavid04 should share what he did">Social</a></li>
<li><a href="./letter.html" title="Web page where INDavid04 should send a letter">Letter</a></li>
<li><a href="./whales.html" title="Web page where INDavid04 should write more than h1 and p">Whales</a></li>
<li><a href="./birdwatching.html" title="Web page where INDavid04 should structuring the HTML semantically">Bird watching</a></li>
<li><a href="./embedded.html" title="Web page where INDavid04 should expose some media resources">Embedded</a></li>
<li><a href="./splash.html" title="Web page where INDavid04 should demonstrate what he learned in HTML mozilla section">Splash</a></li>
<li><a href="./biography.html" title="Web page where INDavid04 should styling a bio web page">Biography</a></li>
<li><a href="./school.html" title="Web page where INDavid04 should styling a school presentation web page">School</a></li>
<li>Layout</li>
</ul>
</nav>
</header>
<main>
<article>
<div class="ContentSpacer">
<div class="SpacerTitle">Beginner's guide to media queries</div>
<div class="SpacerDate">29 November 2023</div>
<div class="SpacerTime">09:25 - 10:10</div>
</div>
<h2><a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/rwd_skills" title="View the resource of mdn">Responsive wireframe</a></h2>
<section class="Wireframe">
<header>
<div class="title">My Website</div>
<nav>
<ul>
<li>
<a href="#">Link 1</a>
</li>
<li>
<a href="#">Link 2</a>
</li>
<li>
<a href="#">Link 3</a>
</li>
</ul>
</nav>
</header>
<main>
<article>
<h2>This is the main heading</h2>
<p>Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.</p>
<p>Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean collard greens dandelion okra wakame tomato. Dandelion cucumber earthnut pea peanut soko zucchini.</p>
<ul class="cards">
<li>
<h2>Card One</h2>
<div class="inner">
<p>Turnip greens yarrow ricebean rutabaga endive cauliflower sea lettuce kohlrabi amaranth water spinach avocado.</p>
</div>
</li>
<li>
<h2>Card Two</h2>
<div class="inner">
<p>Daikon napa cabbage asparagus winter purslane kale. Celery potato scallion desert raisin horseradish spinach carrot soko.</p>
</div>
</li>
<li>
<h2>Card Three</h2>
<div class="inner">
<p>
Lotus root water spinach fennel kombu maize bamboo shoot green
bean swiss chard seakale pumpkin onion chickpea gram corn pea.
</p>
</div>
</li>
<li>
<h2>Card Four</h2>
<div class="inner">
<p>Lotus root water spinach fennel kombu maize bamboo shoot greenbean swiss chard seakale pumpkin onion chickpea gram corn pea.</p>
</div>
</li>
<li>
<h2>Card Five</h2>
<div class="inner">
<p>Nori grape silver beet broccoli kombu beet greens fava bean
potato quandong celery. Bunya nuts black-eyed pea prairie turnip
leek lentil turnip greens parsnip.</p>
</div>
</li>
</ul>
</article>
<aside class="sidebar">
<p>Have you discovered all of the other excellent content on thiswebsite?</p>
</aside>
</main>
</section>
</article> <!-- Beginner's guide to media queries -->
<article>
<div class="ContentSpacer">
<div class="SpacerTitle">Fundamental layout comprehension</div>
<div class="SpacerDate">29 November 2023</div>
<div class="SpacerTime">13:40 - 14:50</div>
</div>
<h2><a href="https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Fundamental_Layout_Comprehension" title="View the resource of mdn">Responsive website</a></h2>
<section class="Website">
<div class="logo">My exciting website!</div>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Our history</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</nav>
<main class="grid">
<article>
<h2>An Exciting Blog Post</h2>
<img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq6.jpg?raw=true" alt="placeholder" class="feature">
<p>Veggies es bonus vobis, proinde vos postulo essum magis kohlrabi welsh onion daikon amaranth tatsoi tomatillo melon azuki bean garlic.</p>
<p>Gumbo beet greens corn soko endive gumbo gourd. Parsley shallot courgette tatsoi pea sprouts fava bean collard greens dandelion okra wakame tomato. Dandelion cucumber earthnut pea peanut soko zucchini.</p>
<p>Turnip greens yarrow ricebean rutabaga endive cauliflower sea lettuce kohlrabi amaranth water spinach avocado daikon napa cabbage asparagus winter purslane kale. Celery potato scallion desert raisin horseradish spinach carrot soko. Lotus root water spinach fennel kombu maize bamboo shoot green bean swiss chard seakale pumpkin onion chickpea gram corn pea. Brussels sprout coriander water chestnut gourd swiss chard wakame kohlrabi beetroot carrot watercress. Corn amaranth salsify bunya nuts nori azuki bean chickweed potato bell pepper artichoke.</p>
<p>Nori grape silver beet broccoli kombu beet greens fava bean potato quandong celery. Bunya nuts black-eyed pea prairie turnip leek lentil turnip greens parsnip. Sea lettuce lettuce water chestnut eggplant winter purslane fennel azuki bean earthnut pea sierra leone bologi leek soko chicory celtuce parsley jícama salsify.</p>
<p>Celery quandong swiss chard chicory earthnut pea potato. Salsify taro catsear garlic gram celery bitterleaf wattle
seed collard greens nori. Grape wattle seed kombu beetroot horseradish carrot squash brussels sprout chard.</p>
</article>
<aside>
<h3>Photography</h3>
<ul class="photos">
<li><img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq1.jpg?raw=true" alt="placeholder"></li>
<li><img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq2.jpg?raw=true" alt="placeholder"></li>
<li><img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq3.jpg?raw=true" alt="placeholder"></li>
<li><img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq4.jpg?raw=true" alt="placeholder"></li>
<li><img src="https://github.com/mdn/learning-area/blob/main/css/css-layout/fundamental-layout-comprehension/images/balloon-sq5.jpg?raw=true" alt="placeholder"></li>
</ul>
</aside>
</main>
</section>
</article> <!-- Fundamental layout comprehension -->
</main>
<footer>
<p>Challenge by <a href="https://developer.mozilla.org/en-US/docs/Web" target="_blank" rel="noopener noreferrer" title="Mergi catre resursa cu ajutorul careia s-a realizat acest web site">Mozilla</a> | Coded by <a href="https://indavid04.github.io/portofolio/" target="_blank" rel="noopener noreferrer" title="Mergi catre pagina de prezentare a persoanei care a realizat acest web site">INDavid04</a> </p>
</footer>
</body>
</html>