-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.46 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.46 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
<title> About Cha'Sed Miller </title>
</head>
<body>
<div class="header">
<h1> Cha'Sed Daniel Miller </h1>
</div>
<img src="http://d21gd0ap5v1ndt.cloudfront.net/web02/sapc/images/mug_shots/2015-16/chased_miller_1167_mlc.jpg?vc19c0e6bf3569c9c47ff870c501829f62f2d5574"
alt="Senior year of college lacrosse photo"/>
<p>Hello,, my name is Cha'Sed Miller, i recently graduated from St.Andrews University with a degree in game design with a concentration in computer science
and a minor is chemisty. I was a student athlete in college, i played lacrosse, started all 4 years and captain for 3 of them. i was an 2 time all american
and a 3 team all confence player. My hobbies include gaming, staying physically active and coaching lacrosse.</p>
<p> List of social media and other profiles, feel free to take a look.</p>
<ul>
<li><a href="https://github.com/chachaslide" target="_blank"> GitHub</a></li>
<li><a href="https://www.facebook.com/chased.miller" target="_blank"> FaceBook</a></li>
<li><a href="https://stackoverflow.com/users/7916430/chachaslide20?tab=profile" target="_blank"> StackOverFlow</a></li>
<li><a href="https://www.linkedin.com/in/cha-sed-miller-296b5413b/" target="_blank"> LinkedIn</a></li>
</ul>
</body>
</html>