-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
19 lines (19 loc) · 858 Bytes
/
Copy pathabout.html
File metadata and controls
19 lines (19 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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">
<title>Document</title>
</head>
<body>
<h1>About Me</h1>
<p>Hello! I am a student at the University of Montana. Currently I am in my second year <br>
of studying computer science. Computer science was my choice of degree starting freshmen <br>
year of college. The thought of solving real life problems using computer code <br>
intersted me highly. </p>
<p>I am fairly young and my coding knowledge definitely lacks a little. However, I <br>
love learning and practicing all the material. I hope to become a very talented coder<br>
one day and I am excited to track my progress through this portfolio.</p>
</body>
</html>