-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
119 lines (110 loc) · 5.68 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
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 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="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.css"
integrity="sha512-t38vG/f94E72wz6pCsuuhcOPJlHKwPy+PY+n1+tJFzdte3hsIgYE7iEpgg/StngunGszVMrRfvwZinrza0vMTA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<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:wght@100;400;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="./assets/style.css" />
<link rel="fav icon" type="image/png" href="./assets/links/Dately Logo_v3.png">
<title>Dately - About Us</title>
</head>
<body>
<header>
<nav>
<div class="nav-wrapper black">
<img href="#" class="brand-logo logo" src="./assets/links/Dately Logo.png">
<a href="#" data-target="mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li class="waves-effect waves-light"><a href="index.html">home</a></li>
<li class="waves-effect waves-light"><a href="search.html">search</a></li>
<li class="waves-effect waves-light"><a href="bucketlist.html">bucket list</a></li>
<li class="waves-effect waves-light"><a href="about.html">about</a></li>
</ul>
</div>
</nav>
<ul class="sidenav black white-text" id="mobile">
<li><a class="white-text" href="index.html">home</a></li>
<li><a class="white-text" href="search.html">search</a></li>
<li><a class="white-text" href="bucketlist.html">bucket list</a></li>
<li><a class="white-text" href="about.html">about</a></li>
</ul>
</header>
<main>
<div class="row">
<h1 class="white-text">About Us</h1>
<h5 class="flow-text white-text light-weight">
<img src="./assets/links/Dately Logo_v2.png" alt="Dately" width="100" style="vertical-align: middle;"> was built using
<a href="https://materializecss.com/">Materialize CSS Framework</a>
and access Yelp's Fusion API and Google Maps API.
<span style="font-weight: bold">GitGals</span> is comprised of 3
junior Web Developers taking Northwestern University's Full-Stack
Coding Bootcamp.
</h5>
<div class="card-container">
<div class="card-parent">
<div id= "about-lea" class="card search-card about-card">
<img src="./assets/images/Lea_photo.JPG" alt="image of lea" style="width: 100%" />
<div class="card-content">
<h4><b>Lea</b></h4>
<p>Hey, It's Lea. Design is my passion whether its the creation of print or web. I am excited to broaden my skillsets on a different platform and learn the user interface and user experience side of web development. </p>
</div>
<div class="card-action">
<a class="btn-flat center" href="https://github.com/lealinnea">Github</a>
<a class="btn-flat center" href="https://lealinnea.github.io/portfolio/">Portfolio</a>
<a class="btn-flat center" href="https://www.linkedin.com/in/lea-guerrero-020516174/">LinkedIn</a>
</div>
</div>
<div id="about-jenni" class="card search-card about-card">
<img src="./assets/images/jenni.jpg" alt="image of jenni" style="width: 100%" />
<div class="card-content">
<h4><b>Jenni</b></h4>
<p>
I am making a career switch from Linux systems administration to
web development. Learning a new side of tech has been challenging
and fun!
</p>
</div>
<div class="card-action">
<a class="btn-flat center" href="https://github.com/jenniwritescode">Github</a>
<a class="btn-flat center" href="https://jenniwritescode.github.io/portfolio/">Portfolio</a>
<a class="btn-flat center" href="https://www.linkedin.com/in/jennihartman/">LinkedIn</a>
</div>
</div>
<div id="about-kit" class="card search-card about-card">
<img src="./assets/images/kit.png" alt="image of kit" style="width: 100%" />
<div class="card-content">
<h4><b>Kit</b></h4>
<p>
I can't wait to enter the exciting world of web development. Every
task is a fun challenge to see just what I can accomplish, and how
efficiently I can do it!
</p>
</div>
<div class="card-action">
<a class="btn-flat center" href="https://github.com/freyaliesel">Github</a>
<a class="btn-flat center" href="https://freyaliesel.github.io/Portfolio/">Portfolio</a>
<a class="btn-flat center" href="https://www.linkedin.com/in/kelsea-glidden-907490126/">LinkedIn</a>
</div>
</div>
</div>
</div>
</div>
</main>
<!--Scripts Go Here-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.js"
integrity="sha512-m2PhLxj2N91eYrIGU2cmIu2d0SkaE4A14bCjVb9zykvp6WtsdriFCiXQ/8Hdj0kssUB/Nz0dMBcoLsJkSCto0Q=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./assets/about_us.js"></script>
</body>
<footer>
<div>© 2022 Copyright Gitgals</div>
</footer>
</html>