This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nils Streedain</title>
<link rel="preload" href="typeface.woff2" as="font" type="font/woff2" crossorigin>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="main.css">
</head>
<body>
<nav>
<div id="navSpace"></div>
<a class="page curr" href="index.html">Assignment 1</a>
<a class="page" href="blog.html">Code Blog</a>
</nav>
<div id="profile">
<img src="nils.jpeg">
<h1>Nils Streedain</h1>
<a href="mailto:[email protected]">[email protected]</a>
<h4>Computer Science - Junior</h4>
</div>
<main>
<h2>About me:</h2>
<p><b>What is the most complex or interesting thing you've done with your current web development skills?</b></p>
<p>I built a <a href="https://duo-bypass.com">fairly simple webpage</a> to allow DUO mobile users to extract standardized HOTP codes from Cisco's proprietary software to allow the use of 3rd party OTP applications such as Google Authenticator.</p>
<p><b>What do you hope to learn from this class?</p></b>
<p>I feel pretty compitent with my HTML/CSS skills but most of the Javascript I've written has been pretty simple and patched together, so I would like to learn more in that area.</p>
<p><b>Have you signed up for our course Campuswire forum?</p></b>
<p>Yep</p>
<p><b>The most interesting fact about you or the most unique experience you've had.<p/></b>
<p>I've had a lot of interesting experiences, it's hard to narrow it down. This isn't the most interesting, but recently I had a lot of fun over the summer, coaching a bunch of skiers up at Mt. Hood during a summer camp called Party Beach Ski Camps.</p>
</main>
</body>
</html>