-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
23 lines (23 loc) · 973 Bytes
/
AboutMe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Me</title>
</head>
<body>
<h1>About Me</h1>
<p>
Hello and welcome to my site! My name is Brian, I am a Salesforce
Admin/Developer with 5 years of experience working in the Renewable Energy
sector. I have a passion for learning new things and continuing to expand
my personal and professional skillsets. Recently, I obtained my Salesforce
Developer certification and have written triggers, batch classes, and HTTP
Callouts within APEX. I am hoping to expand my Software Development skills
by learning HTML, CSS (by coding this website!), Javascript, and Python. I
am an avid networker and love to meet new people. If you'd like to chat
please don't hesitate to reach out!
</p>
<a href="ContactMe.html">Contact Me</a>
</body>
</html>