-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (109 loc) · 5.25 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>Jai <br/> Woods</h1>
<style>
#intro {
/* Add additional styles to center the content vertically and horizontally */
display: flex;
justify-content: center; /* Horizontally center the content */
align-items: center; /* Vertically center the content */
height: 100vh; /* Set a height to take up the full viewport height */
}
#intro h1 {
/* Adjust the margin or padding to move the text slightly upward */
margin-top: -20px; /* Adjust the value as needed to move the text upward */
text-align: center; /* Center-align the text within the h1 element */
}
</style>
<p>My Portfolio</p>
<a href="https://github.com/jaiwoods/jaiwoods.github.io/blob/main/Resume%20Fall%202024%20(1).pdf" target="_blank" class="button">Resume</a>
</div>
<!-- Nav -->
<nav id="nav">
<ul class="links">
</ul>
<!-- links to socials, resume -->
<ul class="icons">
<li><a href="https://www.linkedin.com/in/jai-woods-3402a1229/" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/jaiwoods" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main"
<!-- Posts -->
<section class="posts">
<article>
<header>
<span class="date">January 6th, 2024</span>
<h2><a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=eb0b19f20bc243698d46dc25f5d508f5">Volcanic Eruption</a></h2>
</header>
<a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=eb0b19f20bc243698d46dc25f5d508f5" class="image fit"><img src="images/Kilauea_Eruption_Big_Island_Hawaii_2018.jpg" alt="" /></a>
<p>Storymap exploring the impact of the Kilauea eruption event in 2018 on the Big Island of Hawaii.</p>
<ul class="actions special">
<li><a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=eb0b19f20bc243698d46dc25f5d508f5" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<span class="date">January 6th, 2024</span>
<h2><a href="https://ucsb.maps.arcgis.com/apps/instant/media/index.html?appid=1b23ed5e0df84f74816f7af80e6896cb">Swipe App Comparing Education and Unemployment</a></h2>
</header>
<a href="https://ucsb.maps.arcgis.com/apps/instant/media/index.html?appid=1b23ed5e0df84f74816f7af80e6896cb" class="image fit"><img src="images/swipe app v2 .png" alt="" /></a>
<p>Swipe app exploring the correlation between education levels and unemployment in the United States.</p>
<ul class="actions special">
<li><a href="https://ucsb.maps.arcgis.com/apps/instant/media/index.html?appid=1b23ed5e0df84f74816f7af80e6896cb" class="button">Full Story</a></li>
</ul>
</article>
<article>
<header>
<span class="date">March 24th, 2024</span>
<h2><a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=93831d193bb74c3a8d099956d72a42ad">Coyote Sightings in Oakville</a></h2>
</header>
<a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=93831d193bb74c3a8d099956d72a42ad" class="image fit"><img src="images/coyotes_oakville.png" alt="" /></a>
<p>Web Map plotting coyote sightings in Oakville, Canada.</p>
<ul class="actions special">
<li><a href="https://ucsb.maps.arcgis.com/apps/mapviewer/index.html?webmap=93831d193bb74c3a8d099956d72a42ad" class="button">Full Story</a></li>
</ul>
</article>
</section>
<!-- Footer -->
<footer>
<div class="pagination">
<!--<a href="#" class="previous">Prev</a>-->
<a href="#" class="page active">1</a>
<a href="#" class="page">2</a>
<a href="#" class="page">3</a>
<span class="extra">…</span>
<a href="#" class="page">8</a>
<a href="#" class="page">9</a>
<a href="#" class="page">10</a>
<a href="#" class="next">Next</a>
</div>
</footer>
</div>
<!-- Footer -->
<!-- Copyright -->
<div id="copyright">
<ul><li>© Jai Woods</li><li>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>