-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.83 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brian Premo Personal Website</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<header>
<h1>Brian.</h1>
<nav>
<a href="AboutMe.html">About Me</a>
<a href="ContactMe.html">Contact Me</a>
</nav>
</header>
<main class="container">
<div class="text-content">
<p2>Hi, I'm Brian Premo</p2>
<p><i>"Helping people and businesses to find their flow." </i></p>
<p></p>
<p>
Welcome to my page! I am a Software Developer with four years of
experience working on the Salesforce platform and several software
integrations. I've been working in the Renewable Energy industry for
six years and have a passion for sustainability and making our Earth a
more habitable place.
</p>
<p>
I am a Technology Administrator turned Developer, and I hope to
utilize this page as a collection of my personal and professional
accomplishments. I've built this website from scratch as a way to
practice my skills in HTML and CSS. Stay tuned for updates and thanks
for stopping by!
</p>
</div>
</main>
<footer>
<f1>Follow me - be a part of the journey.</f1>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<div class=="social-icons">
<a
href="https://www.linkedin.com/in/brianpremo/"
class="fa fa-linkedin"
></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
</div>
</footer>
</body>
</html>