-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
89 lines (80 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Scott Bruce</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900|Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html" class="header-brand">Bruce</a>
<nav>
<ul>
<li><a href="Scratch.html">Scratch</a></li>
<li><a href="Com%20Sci%20Field%20report.pdf">Field Report</a></li>
<li><a href="https://www.linkedin.com/in/scott-bruce-983639176/">Linkedin</a></li>
</ul>
<a href="Scratch.html" class="header-cases">Projects</a>
</nav>
</header>
<main>
<section class="index-banner">
<div class="vertical-center">
<h2>Scott Bruce</h2>
<h1>Portfolio</h1>
</div>
</section>
<div class="wrapper">
<section class="index-links">
<a href="Scratch.html">
<div class="index-boxlink-square">
<h3>Scratch Projects</h3>
</div>
</a>
<a href="Com%20Sci%20Field%20report.pdf">
<div class="index-boxlink-square">
<h3>Field Report</h3>
</div>
</a>
<a href="Com%20Sci%20Report%20Report.pdf">
<div class="index-boxlink-square">
<h3>Report Report</h3>
</div>
</a>
<a href="https://www.linkedin.com/in/scott-bruce-983639176/">
<div class="index-boxlink-square">
<h3>Linkedin Profile</h3>
</div>
</a>
</section>
</div>
</main>
<div class="wrapper">
<footer>
<ul class="footer-links-main">
<li><a href="index.html">Home</a></li>
<li><a href="Scratch.html">Scratch</a></li>
<li><a href="Com%20Sci%20Field%20report.pdf">Field Report</a></li>
<li><a href="Com%20Sci%20Report%20Report.pdf">Report Report</a></li>
<li><a href="https://www.linkedin.com/in/scott-bruce-983639176/">LinkedIn</a></li>
</ul>
<ul class="footer-links-cases">
<li><p></p></li>
<li><p>Contact me at</p></li>
<li><p>Email [email protected]</p></li>
<li><p>Big Thanks to MMTUTS</p></li>
</ul>
<div class="footer-sm">
<a href="#">
<img src="img/twitter-logo-button.png" alt="youtube icon">
</a>
<a href="#">
<img src="img/facebook-logo-button.png" alt="youtube icon">
</a>
</div>
</footer>
</div>
</body>
</html>