-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
119 lines (97 loc) · 4.12 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Designer and Researcher: LaTanya Donaldson</title>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Open Sans -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en" />
<!-- Monsterrat -->
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<!-- Quattrocento Sans -->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Quattrocento+Sans" />
<link rel="stylesheet" type="text/css" href="styles/normalize.css">
<link rel="stylesheet" type="text/css" href="styles/footer.css">
<link rel="stylesheet" type="text/css" href="styles/navbar.css">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/scripts.js"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126832604-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126832604-1');
</script>
</head>
<body>
<header id="nav-toggle-1">
<a href="index.html" class="logo">
<img src="images/logo.svg" class="logo">
</a>
<input type="checkbox" id="nav-toggle" class="nav-toggle">
<nav>
<ul>
<li><a href="#projects">Work</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#">Blog</a></li>
<li><a data scroll href="#contact">Contact</a></li>
</ul>
</nav>
<label for="nav-toggle" class="nav-toggle-label">
<span></span>
</label>
</header>
<section class="hero" id="h">
<div class="container">
<h1 class="herointro">My name is LaTanya Donaldson</h1>
<p class="slogan">I am a UI/UX Researcher and Designer based in Baltimore. Making cool things and solving issues through design is what thrills me.</p>
</div>
</section>
<main>
<!-- <h2>Featured Work</h2> -->
<section id="projects">
<div class="container">
<div class="sc">
<div class="content">
<a href="sc.html">
<img src="images/homepagetop.png">
</a>
<div class="clearfix"></div>
<div class="text">
<p class="title">Stash</p>
<p>Stash is a cloud storage service with a focus on saving content, security, and a true offline experience.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="project2">
<div class="content">
<a href="https://docs.google.com/presentation/d/1E_Dqz02YsI2Cyg9bQ2vlbYKOk9J7N_A5icWD9HZv3KM/edit?usp=sharing" target="_blank">
<img src="images/homepagetoptoday.png">
</a>
<div class="clearfix"></div>
<div class="text">
<p class="title">Today</p>
<p>Today is a to-do app that focuses on daily tasks. That's right you have 24 hours to get stuff done.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</section>
</main>
<div class="clearfix"></div>
<footer id="contact">
<!-- <a href="#"><img class="logo" src="https://placehold.it/150x30"></a> -->
<ul class="footerlist">
<li class="lilist"><a href="https://www.linkedin.com/in/latanyadonaldson//"><i class="fa fa-linkedin fa-2x" aria-hidden="true"></i></a></li>
<li class"lilist"><a href="https://www.github.com/ldonald067"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a></li>
<li class"lilist"><a href="mailto:[email protected]"><i class="fa fa-envelope-square fa-2x" aria-hidden="true"></i></a></li>
</ul>
</footer>
</body>
</html>