-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (24 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/portfolio_site/CSS/style.css">
<title>Snug's Portfolio</title>
</head>
<body>
<div class="links">
</div>
<img src="/portfolio_site/photos/m4wR5tyD_400x400.jpg" alt="pfp">
<!-- Header (title) -->
<h1>snugdev's portfolio</h1>
<!--Header 2 (Description pt1) -->
<h2>About Me</h2>
<!--description pt2-->
<p1>Hi I'm Snug and I'm a computer programmer. I started programming in the 10th grade, I know Python, Java, C++, C#, and NodeJS. I like to play video games such as League of Legends, Dark Souls and Nintendo games like Zelda and Mario.<br> A lot of these games taught me how
to overcome difficult situations, have better teamwork and cooperation. I'm currently in my first quarter of programming but second quarter of college. I stream whatever I'm programming over on Twitch, I <br> have a lot of fun with it, and it keeps me going when I don't feel like
coding. If you would like to see all my projects go check out my GitHub! Thanks for reading.
</p1>
</body>
</html>