-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (39 loc) · 2.41 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cassidy Jensen</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header><h1>Cassidy Jensen</h1></header>
<main>
<h2 id="git-link"><a href="https://github.com/CassidyJensen">Cassidy's GitHub</a></h2>
<h2>Class Assignments</h2>
<ul>
<div class="classwork-row">
<li class="assign"><a href="bash-me.html"><img src="img/bash-icon.jpg" style="width: 30%;">Bash Me</a></li>
<!-- <p>For this Assignment: create and publish a one page html document using ONLY the terminal (no GUI). Briefly introduced myself by answering the following questions: Something interesting about yourself?
What is your experience and interest in web technologies?
What do you want to learn in this class?
</p> -->
<li class="assign"><a href="../commitment/index.html"><img src="img/github-icon.png" style="width: 30%;">Commitment</a></li>
<!-- <p>For this project I used a stream-of-consciousness approach to create a web page tapestry that incorporates text and css design elements. I used git to make at least 100 git commits and "many" pushes to github.</p> -->
<li class="assign"><a href="exquisite-corpse/index.html"><img src="img/tiny_dino.jpg" style="width: 30%;">Exquisite Corpse</a>
</li>
<!-- <p>For this project you are constructing a creative narrative where each team member contributes a paragraph based on of what the previous person contributed. The design of the webpage is also a collaborative effort.</p> -->
</div>
<div class="classwork-row">
<li class="assign"><a href="custom-boilerplate/index.html"><img src="img/boiler-icon.jpg" style="width: 30%;">Custom Boilerplate</a></li>
<li class="assign" style="width: 30%;"><a href="parallax/index.html"><img src="img/iceland.jpg" style="width: 40%;">Parallax Narrative</a></li>
</div>
</ul>
</main>
</body>
</html>