-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (131 loc) · 5.78 KB
/
index.html
File metadata and controls
143 lines (131 loc) · 5.78 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Michael Tucker - WDD 230 - Web Frontend Development</title>
<meta name="description"
content="WDD 230 - Web Frontend Development, Michael Allen Tucker, Course Assignment Portal.">
<meta name="author" content="Michael Tucker">
<!--Social Media HTML Code-->
<meta property="og:title" content="Michael Tucker Portal for WDD230">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tucktuck94.github.io/wdd230">
<meta property="og:image" content="images/normancampus.jpg">
<!--CSS Styles-->
<link rel="stylesheet" href="styles/normalize.css">
<link rel="stylesheet" href="styles/base.css">
<link rel="stylesheet" href="styles/larger.css">
<!--Favicon-->
<link rel="icon" href="images/favicon.ico">
</head>
<body>
</nav>
<header>
<h1>Michael Tucker</h1>
<img src="images/michael.png" alt="Photo of Michael">
</header>
<a id="menu" href="#"></a>
<nav>
<ul class="navigation">
<li><a href="#">Home</a></li>
<li><a href="chamber/chamber-site-plan.html">Site Plan</a></li>
<li><a href="chamber/">Chamber</a></li>
<li><a href="https://www.byui.edu" target="_blank">BYU-Idaho</a></li>
<li><a href="https://www.churchofjesuschrist.org/study/scriptures/dc-testament/dc/100?lang=eng"
target="_blank">D&C
100</a></li>
</ul>
</nav>
</a>
</div>
<main>
<h2>WDD 230: Web Frontend Development</h2>
<div id="temple">
<label id="temple_name">San Diego Temple</label>
<picture>
<source srcset="images/san-diego-temple-small.webp" media="(max-width: 500px)">
<source srcset="images/san-diego-temple-medium.webp" media="(max-width: 1000px)">
<img src="images/san-diego-temple.webp" alt="san diego temple" width="500" height="250">
</picture>
</div>
<section class="card">
<h3>Learning Activities</h3>
<ul>
<li>Lesson 01:
<a href="./week01/holygrail.html">Holy Grail</a> |
<a href="https://codepen.io/tucktuck94/pen/rNoKOaE" target="_blank">JS Pen</a>
</li>
</ul>
<ul>
<li>Lesson 02:
<a href="./week02/media-query.html">Media Query</a> |
<a href="./week02/design-principles.html">Design Principles</a>
</li>
</ul>
<ul>
<li>Lesson 03:
<a href="./week03/images/css-combinators.png">Combinators </a>| <a
href="https://codepen.io/tucktuck94/pen/jOXxKXv" target="_blank">Psuedo Elements</a> | <a
href="https://codepen.io/tucktuck94/pen/eYbrGpj" target="_blank">Responsive Menu</a>
</li>
</ul>
<ul>
<li>Lesson 04:
<a href="https://codepen.io/tucktuck94/pen/bGOxZNg" target="_blank">CSS Pseudo Elements</a>
</li>
</ul>
<ul>
<li>Lesson 05:
<a href="./week05/bom.html" target="_blank">DOM Manipulation</a>
</li>
</ul>
<ul>
<li>Lesson 06: <a href="./week06/images/landscape.webp" target="_blank">WebP</a> |
<a href="./week06/responsive-images.html" target="_blank">Responsive Images</a>
</li>
</ul>
<ul>
<li>Lesson 07: <a href="week07/lazyload.html" target="_blank">Lazy Loading</a> |
<a href="week07/bom.html" target="_blank">BOM Enhanced Application</a>
</li>
<ul>
<li>Lesson 08: <a href="week08/tablebuild.html" target="_blank">Table Build Activity</a> |
<a href="form-start/index.html" target="_blank">Form Example</a> | <a href="form.html">Form
Assignment</a>
</li>
</ul>
<ul>
<li>Lesson 09: <a href="week09/new-ward-members.json" target="_blank">JSON Activity</a> | <a
href="week09/prophets.html" target="_blank">Prophets</a>
</li>
</ul>
<ul>
<li>Lesson 10: <a href="week10/weather.html" target="_blank">Weather API</a>
</ul>
</section>
<section class="card2">
<h3>Information</h3>
<div class="weather">
<img id="weather-icon" src="" alt="">
<span id="current-temp"></span>
<span>-</span>
<span id="weather-desc"></span>
</div>
<p><span class="label">Number of Visits:</span> <span id="visits"></span></p>
<iframe width="600" height="450" frameborder="0" style="border:0;"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d104267.98996639282!2d-97.44477044286818!3d35.24693322041535!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87b263b67f93eee7%3A0x445b233faba85cf8!2sNorman%2C%20OK!5e0!3m2!1sen!2sus!4v1695831181366!5m2!1sen!2sus"
allowfullscreen="" loading="lazy">
</section>
</iframe>
</div>
</main>
</main>
<footer>
<p>©<span id="currentdate"></span>, Michael Tucker, Oklahoma, United States</p>
<p>Last Modified: <span id="lastModified"></span></p>
</footer>
</body>
<script src="scripts/getdates.js"></script>
<script src="scripts/menu.js"></script>
</html>