-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/4f82a1347a.js" crossorigin="anonymous"></script>
<title>Nastassja Arriola</title>
</head>
<body>
<header>
<div class="header">
<div class="container">
<div class="header-left">
<img class="logo" src="logo.jpg" alt="logo">
</div>
</div>
<div class="header-right">
<a href="#" class="about">About</a>
<a href="#" class="portfolio">Portfolio</a>
<a href="#" class="contact">Contact</a>
</div>
</div>
</header>
<div class="main">
<img class="main" src="images/Website-Pic.jpg" alt="websitepic">
</div>
<div class="content">
<h1>About Me</h1>
<p>Aspiring digital project manager with 10+ years experience in media and
communications project management. Currently, I am involved in the Digital Project Masters training
program which focuses on web design, web development, social media campaigns, and other skills required to become a digital project mangager.
I am seeking to move into a full-time digital media role that utilizes my ability to manage multiple projects at
once in a remote setting. I am knowledgeable in: Canva, Mailchimp, Google Drive, Zoom, Whereby, Discord, HTML, and CSS.</p>
</div>
<div class="message-wrapper">
<div class="container">
<div class="heading">
<h1>Contact</h1>
<p>Feel free to contact me for more information.</p>
<div class="btn-wrapper">
<a href="#" class="btn email"><span class="fa fa-envelope-square"></span>Email Me</a>
<a href="#" class="btn instagram"><span class="fa fa-instagram"></span>Instagram</a>
<a href="#" class="btn GitHub"><span class="fa fa-github"></span>GitHub</a>
</div>
</div>
</div>
</div>
</body>
</html>