-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (53 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Cael's webpage</title>
<link rel="stylesheet" type="text/css" href="campbell.css">
</head>
<body>
<h1>Hello World!</h1>
<h1>Cael's webpage</h1>
<h2>About me</h2>
<ul>
<li>Undergraduate student studying <i>Bioengineering & Electrical Engineering and Computer Sciences</i> at the
University of California, Berkeley</li>
<li>Undergraduate researcher and lab manager at the <a href="https://autolab.berkeley.edu/"
target="_blank" rel="noopener noreferrer">AUTOLAB</a>, part of the <a href="https://bair.berkeley.edu"
target="_blank" rel="noopener noreferrer">BAIR</a> research cluster</li>
</ul>
<h2>FAQs</h2>
<ul>
<li>What font is this?
<p>This website uses Microsoft's Cascadia Code. More information can be found on <a
href="https://github.com/microsoft/cascadia-code" target="_blank" rel="noopener noreferrer">GitHub</a>. It
also
uses the Windows Terminal Campbell color scheme.
</li>
</ul>
<h2>Contact</h2>
<ul>
<li><img src="imgs/linkedin-logo.svg" alt="LinkedIn" class="logo"><a
href="https://www.linkedin.com/in/caelmagner/">/caelmagner</a></li>
<li><img src="imgs/github-logo.svg" alt="GitHub" class="logo"><a href="https://github.com/NotAFood" target="_blank"
rel="noopener noreferrer">/NotAFood</a></li>
<li>[my first name]@berkley.edu</li>
<p>Please contact me by email or reach out over Linkedin</p>
</ul>
<footer>
<div style="display: inline-block; margin-right: 2px;">
<a href="https://www.ocf.berkeley.edu">
<img src="https://www.ocf.berkeley.edu/hosting-logos/ocf-hosted-penguin.svg" alt="Hosted by the OCF"
style="border: 0;" width="95" height="31">
</a>
</div>
<div style="display: inline-block;">
<a>
<img src="imgs/bvwsoftware.gif" alt="Best viewed with software" style="border: 0;">
</a>
</div>
<p>© 2024 - Cael Magner</p>
</footer>
</body>
</html>