-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAbout.html
More file actions
71 lines (57 loc) · 3.84 KB
/
About.html
File metadata and controls
71 lines (57 loc) · 3.84 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sleep Tracker</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<header class="main-navigation">
<nav class="nav">
<a href="index.html">Home</a>
<a href="About.html">About Us</a>
<a href="https://sleeptracker123.netlify.com/">Register</a>
</nav>
<img class="logo" src="img\onlinelogomaker-041519-1606-0110_250x50.png" alt="Great Idea! Company logo.">
</header>
<section class ="team">
<div class ="text-content">
<h2>Team Lead - Peter Pham</h2>
<p>A humble developer who's always learning and improving. Seeking to solve challenging problems, collaborate with others, and build meaningful projects.</p>
<button class = github onclick="window.location.href = 'https://github.com/phamhere';">View GitHub</button>
</div>
<a href="https://twitter.com/phamhere?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @phamhere</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<div class ="text-content">
<h2>Front End Architect - Benson Lei</h2>
<p>In addition to being a San Francisco native and developer, I've also worked in the biological field as a researcher and in dental healthcare.</p>
<button class = github onclick="window.location.href = 'https://github.com/jmtblei';">View GitHub</button>
</div>
<div class ="text-content">
<h2>User Interface Developer - Tyler Biswell</h2>
<p>Tyler is a newfound developer and student at Lambda School. Tyler was tasked with designing and building the marketing site for Sleep Tracker during his fifth week as a developer. Tyler enjoys solving problems and interacting with others. Father of three, child of technology.</p>
<button class = github onclick="window.location.href = 'https://github.com/TylerBiswell';">View GitHub</button>
</div>
<a href="https://twitter.com/Conflict801?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @Conflict801</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<div class ="text-content">
<h2>Backend Architect - Jacob McFaul</h2>
<p>Jacob likes to let his work speak for itself. When Jacob isn't coding away, he likes to spend his time rock climbing and golfing. </p>
<button class = github onclick="window.location.href = 'https://github.com/McTrip777';">View GitHub</button>
</div>
<div class ="text-content">
<h2>Backend Architect - Giacomo Benati</h2>
<p>Giacomo is passionately curious about the word around him, currently learning the secret art of coding at Lambda School. He's also just been accepted to have an internship at Lambda as a Project Manager.</p>
<p>I love football (soccer), boxing and martial arts in general.</p>
<button class = github onclick="window.location.href = 'https://github.com/GianBarGian';">View GitHub</button>
</div>
<div class ="text-content">
<h2>Android - Jake Esveld</h2>
<p>Jake is an aspiring Android developer, currently attending Lambda Schools in his fifth week. With a diverse coding background, but all of it being self-taught, he is excited to finally have some structure in his education. He hopes to one day change the world by means of the use of AI in the renewable energy industry.</p>
<button class = github onclick="window.location.href = 'https://github.com/JakeEsveldDevelopment';">View GitHub</button>
</div>
</section>
</div><!-- container -->
</body>
</html>