-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (139 loc) · 7.34 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Vern Wolfley - WDD 230 - Web Frontend Development</title>
<meta name="description" content="WDD 230 - Web Frontend Development course assignment portal for Vern Wolfley" />
<meta name="author" content="Vern Wolfley" />
<meta name="copyright" content="Copyright 2024" />
<meta name="theme-color" content="#006EB6" />
<!-- Facebook Meta Tags -->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vwolfley.github.io/wdd230/" />
<meta property="og:title" content="Vern Wolfley - WDD 230 - Web Frontend Development" />
<meta property="og:description" content="WDD 230 - Web Frontend Development course assignment portal for Vern Wolfley" />
<meta property="og:image" content="https://vwolfley.github.io/wdd230/images/west-valley-lp.webp" />
<meta property="og:image:type" content="image/png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:title" content="Vern Wolfley - WDD 230 - Web Frontend Development" />
<meta name="twitter:description" content="WDD 230 - Web Frontend Development course assignment portal for Vern Wolfley" />
<meta name="twitter:image" content="https://vwolfley.github.io/wdd230/images/west-valley-lp.webp" />
<meta name="twitter:card" content="summary_large_image" />
<!-- specific icons -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.webp" />
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.webp" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.webp" />
<link rel="manifest" href="site.webmanifest" />
<link type="text/plain" rel="author" href="humans.txt" />
<link rel="stylesheet" href="styles/normalize.css" />
<link rel="stylesheet" href="styles/base.css" />
<link rel="stylesheet" href="styles/larger.css" />
</head>
<body>
<header>
<div id="headTitle">
<img id="profile-img" src="images/profile-vwolfley.webp" alt="my profile" />
<h1>Vern Wolfley</h1>
<div id="menu"></div>
</div>
<nav>
<ul class="navigation">
<li><a href="#" title="home page link" class="active">Home</a></li>
<li><a href="lesson03/chamber-site-plan.html" title="site plan page link">Site Plan</a></li>
<li><a href="chamber/index.html" title="chamber page link">Chamber</a></li>
<li><a href="https://www.byui.edu/" title="BYU-Idaho page link" target="_blank">BYU-Idaho</a></li>
<li>
<a
href="https://www.churchofjesuschrist.org/study/scriptures/bofm/alma/26?lang=eng&id=p12#p12"
title="scripture link"
target="_blank"
>Scripture</a
>
</li>
</ul>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-title">
<h2>Mesa Arizona Temple</h2>
</div>
<picture>
<source media="(max-width: 400px )" srcset="images/mesa-temple-640x400.webp" />
<source media="(max-width: 960px )" srcset="images/mesa-temple-960x600.webp" />
<img src="images/mesa-temple-1280x800.webp" alt="Mesa Arizona LDS Temple" width="1280" height="800" />
</picture>
</section>
<h2 class="attribute">WDD 230: Web Frontend Development</h2>
<div class="card-grid">
<section class="card">
<div class="card-header">
<h3>Learning Activities</h3>
</div>
<div class="card-content">
<ul class="la-card"></ul>
</div>
</section>
<section class="card">
<div class="card-header">
<h3>Information</h3>
</div>
<div class="card-content">
<div>Number of Visits: <span class="visits"></span></div>
<article id="weather">
<h4>Weather Right Now</h4>
<p id="location"></p>
<figure>
<div class="temp-area"></div>
<figcaption id="weather-description"></figcaption>
</figure>
<div class="alt-weather">
<div class="weather-box">Feels Like:<span id="feels-like"></span></div>
<div class="weather-box">Wind:<span id="wind-speed"></span></div>
<div class="weather-box">Humidity:<span id="humidity"></span></div>
</div>
</article>
</div>
</section>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d23906.120114127636!2d-112.3397611192982!3d33.49621161437722!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sus!4v1705792953929!5m2!1sen!2sus"
width="600"
height="450"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
name="Google Maps"
></iframe>
</div>
</div>
</main>
<footer>
<div class="footer-info">
<div class="copyright">
<p>wdd-230-a9 <span id="cYear"></span> | Vern Wolfley | Arizona, USA</p>
<img id="azFlag" src="images/arizona-flag.webp" alt="arizona-flag" loading="lazy" />
</div>
<div class="social">
<a href="https://www.linkedin.com/in/vern-wolfley-b8322813/" target="_blank">
<img src="images/linkedin-logo.webp" alt="instagram icon" loading="lazy" />
</a>
<a href="https://twitter.com/WolfleyVern" target="_blank">
<img src="images/twitter-x-logo.webp" alt="twitter icon" loading="lazy" />
</a>
<a href="https://www.facebook.com/vwolfley" target="_blank">
<img src="images/facebook-logo.webp" alt="face book icon" loading="lazy" />
</a>
</div>
</div>
<p id="lastModified"></p>
</footer>
<script src="scripts/getdates.js"></script>
<script src="scripts/links.js"></script>
<script src="scripts/weather.js"></script>
</body>
</html>