-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
58 lines (56 loc) · 3.82 KB
/
about.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
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/week8.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<meta name="description" contents="">
<meta name="keywords" contents="about, Dibba Designs & Development">
<title>About | Dibba Designs & Development</title>
</head>
<body>
<header class="header">
<p class="site-title"><a href="https://www.dibbadesigns.com" target="_blank">Marissa Dibba</a></p>
<p class="site-description">Professional Portfolio</p>
<nav class="navbar">
<ul id="site-navigation" class="main-navigation">
<li class="main-navigation"><a href="week7CodingAssignment.html">Home</a></li>
<li> | </li>
<li><a href="about.html">About</a></li>
<li> | </li>
<li><a href="portfolio.html">Portfolio</a></li>
<li> | </li>
<li><a href="blog.html">Blog</a></li>
<li> | </li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="container">
<h1>About</h1>
<h2>Hello, and Welcome!</h2>
<p>My name is Marissa Dibba, I'm a Marketing and Communications professional, with over 15 years of industry experience. I am currently employed at Hennepin Technical College. Previously I worked for Nystrom in various Marketing Communications and Digital roles, and before that an Associate Web Producer and Social Media Manager at Blanks/USA, in Minneapolis, MN.</p>
<p><img class="float" src="https://dibbadesigns.files.wordpress.com/2017/11/13445713_10206823203805801_8885382774513314866_n.jpg?w=178&h=179" height="179" alt="Marissa Dibba headshot">
From a young age, I grew to love architecture and construction, I loved to draw, and put together puzzles. <em>So what does that have to do with MarCom, one might ask?</em><br/><br>Through the years I've explored business, architecture, drafting, design, data and technology. I've worked in printing and pre-press, when printing was cool. It was then, my <strong><em>A-ha!</em></strong> moment that I realized marketing and communications was my jam.<br><br>When I'm not planning my next project or "Marissifying" pieces, you'll find me enjoying the outdoors, hanging with family, or just being creative.</p>
<p><strong>Think we could create something together?</strong> Feel free to <a href="contact.html">contact me</a>.</p>
<span><a href="https://dibbadesigns.files.wordpress.com/2021/01/marissa-dibba-resume-012021.pdf" target="_blank" download><button>Download Resume</button></a></span>
</main>
<footer>
<nav class="footer sub-navigation">
<ul class="sub-navigation">
<li><a href="https://www.linkedin.com/in/marissadibba/" target="_blank">LinkedIn</a></li>
<li> | </li>
<li><a href="https://github.com/Rissa-Jallow" target="_blank">GitHub</a></li>
<li> | </li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</nav>
<div class="container"><p class="smaller">© 2022 Marissa Dibba. All Rights Reserved | <a href="#">Privacy Policy</a></p></div>
</footer>
</body>
</html>