-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.87 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
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<link href= "https://www.instagram.com/?hl=en" rel="fa fa-instagram">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Michroma&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="fontAwesome" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
<div id= "intro">
<h1>Storm Rivera, at your service!</h1>
<p><strong>I know what you're going to say and, pretty sweet name, right?
My name isn't the only stand-out thing about me, however!
I've got a knack for learning, and plenty of experience to boot.
Even with all of that, I know that I can still learn from those around me.
Use this website as a point of reference, but know that it isn't all I have to offer!</strong></p>
</div>
</head>
<body>
<div id= "skills">
<h1>Skillset and Experience</h1>
<p><strong>Went to Bridge To Enter Advanced Mathematics, or BEAM, for 8 years,
starting in 2014. In the summer of 2020, I attended All Star Code, which
provides lectures on a multitude of topics, such as game design, and HTML/CSS
just to name a couple. It lasted for six weeks.</strong></p>
</div>
<div id="works">
<h1>Portfolio</h1>
<p><strong>Here are some projects I've worked on. They represent my hard work and tenacity!</strong></p>
</div>
</body>
<footer>
<h2>Contact me at -</h2>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-phone" aria-hidden="true"></i>
</footer>
</html>