-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (64 loc) · 3.8 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<script src="https://www.gstatic.com/firebasejs/4.11.0/firebase.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw"
crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.ico" />
<title>About</title>
</head>
<body>
<div class="about">
<nav class="navbar">
<div class="container">
<ul class="nav navbar-nav navbar-right">
<li class="navlink">
<a href="index.html" class="navbutton">Home</a>
</li>
<li class="navlink">
<a href="contact.html" class="navbutton">Connect</a>
</li>
<li class="navlink">
<a href="portfolio.html" class="navbutton">Portfolio</a>
</li>
<li class="navlink">
<a href="http://www.femaletechfreelancers.com" target="_blank" class="navbutton">Female Tech Freelancers</a>
</li>
</ul>
<div class="navbar-left">
<a href="index.html" class="nav-name">Addie Johnson</a>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="col-md-12 biobox">
<p><img src="assets/images/Beauty_zmso_Fotor.jpg" class="profilepic"></p>
<p class="bio">I am a freelance software developer focused on building applications that help small businesses and nonprofits.
I have a background in business administration and my experience includes 5 years of program management,
12 years of employee management, and 16 years of customer service, team, multi-tasking and organization
skills. </p>
<p class="bio">I am the Co-Founder of
<a href="http://www.femaletechfreelancers.com">Female Tech Freelancers</a>, an organization that provides support, mentoring, and collaboration with
women freelancers in the tech industry.</p>
<p class="bio">When I'm not dreaming about ways to make amazing applications, I am spending time with my dear husband and
three beautiful children. I also enjoy reading, skiing, and golfing in my spare time.</p>
</div>
</div>
<footer id="footer">
<small>©Copyright 2018, Addie Johnson</small>
</footer>
</body>
</html>