-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 2.56 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 2.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--
RunPy Website
Author: Jacob Runyan
-->
<meta charset="utf-8" />
<title>Jacob Runyan</title>
<link href="styles/layout.css" rel="stylesheet" />
<link href="styles/homeStyles.css" rel="stylesheet" />
</head>
<body>
<header>
<div class="row">
<div class="column" id="img"><img src="images/R.png" alt="logo" usemap="#header" /></div>
<div class="column" id="spacer"><p></p></div>
<div class="column" id="name"><h1>Jacob Runyan</h1></div>
<div class="column" id="nav"><a href="family.html">Family</a></div>
<div class="column" id="nav"><a href="resume.html">Resume</a></div>
<div class="column" id="nav"><a href="index.html">Home</a></div>
</div>
</header>
<map name="header">
<area shape="rect" coords="0, 0, 38, 43" href="index.html" alt="Home page" />
</map>
<div class="main">
<img src="images/Bio.jpg" alt="Bio Picture" />
<article>
<p> Hello my name is Jake Runyan, I call the stunning landscapes of Utah my home, where I’ve been raised to appreciate the beauty of both nature
and technology. I’m all about pushing the boundaries of what’s possible in the world of computing.</p>
<p> Pursuing my bachelor’s degree in Computer Science at Weber State University, I’m building a solid foundation that
fuels my passion for innovation. Oh, and I’m not just stopping there—I’ve earned multiple AWS certifications,
showcasing my commitment to mastering cloud technologies that are shaping the future.</p>
<p> The thrill of unraveling complex problems is my kind of adventure. With the right tools and a genuine love for
developing software, I dive into projects headfirst. I believe that software should do more than just function;
it should make a real impact. That’s why I’m not satisfied until I’ve crafted efficient, innovative solutions
that truly make a difference.</p>
</article>
</div>
<footer>
<strong>Contact Information:</strong> <a href="https://dot.cards/jacobrunyan">https://dot.cards/jacobrunyan</a><br>
Jacob (Jake) Runyan • (801) 971-7930
</footer>
</body>
</html>