-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (27 loc) · 982 Bytes
/
index.html
File metadata and controls
39 lines (27 loc) · 982 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BRIAN CAN: Personal site and portfolio</title>
<script src="global.js" type="module"></script>
<script src="index.js" type="module" defer></script>
</head>
<body>
<h1>
Brian Can
</h1>
<img src="images/fousey.jpeg" alt="A photo of my roommate and I meeting FouseyTube at UTC" style="width: 30%; height: auto;">
<p>
Welcome to my personal website and portfolio! I am a student with a passion for building innovative solutions. Here, you can find information about my projects, skills, and experiences.
</p>
<h2>My GitHub Stats</h2>
<div id="profile-stats">
</div>
<h2>Latest Projects</h2>
<div class="projects">
<!-- Dynamically added content will appear here -->
</div>
</body>
</html>