-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
120 lines (106 loc) · 5.72 KB
/
Copy pathabout.html
File metadata and controls
120 lines (106 loc) · 5.72 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
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
120
<!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">
<title>Miracle Messages - About Us</title>
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Satisfy&display=swap" rel="stylesheet">
</head>
<body>
<div class="bodyWrapper">
<header class="navWrapper">
<div class="logo">
<h2>Miracle Messages</h2>
</div>
<nav class="navigation">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="https://miraclemessages.netlify.com/login">Homeless</a>
<a href="https://miraclemessages.netlify.com/volunteer-signup">Volunteer</a>
</nav>
</header>
<section class="content">
<article class="bio">
<div class="imgWrapper2">
<img src="img/ridley.jpg" alt="Image of Ridley Leisy." class="aboutImg">
</div>
<div class="bioWrapper">
<h1>Ridley Leisy</h1>
<br>
<h2>Data Science</h2>
<hr>
<p>I was born and raised in Atlanta, Georgia until moving to San Francisco 3 years ago. I previously worked for a coding bootcamp and saw the positive impact it had on individual’s lives so I decided to take the leap. With my finance and math background, data science fit right into my interests. Besides work, I’m a lover of the ocean! I fill up most of my time surfing, swimming, and diving.</p>
<br>
<a href="https://github.com/RidleyLeisy" class="button">Github</a>
<br>
</div>
</article>
<article class="bio">
<div class="imgWrapper2">
<img src="img/joel.jpg" alt="Image of Joel Perez." class="aboutImg">
</div>
<div class="bioWrapper">
<h1>Joel Perez</h1>
<br>
<h2>Backend Developer</h2>
<hr>
<p>Joel was born in Boulder, CO. He started in tech at 19. In the 15 years since he climbed the ladder from Helpdesk support to running enterprise server architecture at a fortune500. On request from his wife in January 2018 I quit my job, sold everything and traveled the world with only a backpack. While on the road I decided to switch careers and build software that powers the world. In my spare time I'm a competitive golfer and avid outdoors enthusiast.</p>
<br>
<a href="https://github.com/Full-lifey" class="button">Github</a>
<br>
</div>
</article>
<article class="bio">
<div class="imgWrapper2">
<img src="img/lily.jpg" alt="Image of Lily Su." class="aboutImg">
</div>
<div class="bioWrapper">
<h1>Lily Su</h1>
<br>
<h2>Data Science</h2>
<hr>
<p>Data Scientist at Data Analytics NYC, where she configures predictions with open city data for public interest and business analytics, lead organizer of Cit.ai NYC, hosting events that connect local data professionals, she was previously a client-facing 3D artist for an apparel business intelligence consultancy meeting with Disney, Nike, and Walmart. She enjoys optimizing her life and building things.</p>
<br>
<a href="https://github.com/LilySu" class="button">Github</a>
<br>
</div>
</article>
<article class="bio">
<div class="imgWrapper2">
<img src="img/danny.jpg" alt="Image of Danny Vidal." class="aboutImg">
</div>
<div class="bioWrapper">
<h1>Danny Vidal</h1>
<br>
<h2>Frontend Developer</h2>
<hr>
<p>Full Stack web developer in the making currently attending Lambda School. I have an extreme passion for programming and computer science and my main goal is to one day create something that will play an important role for the future of computer science.</p>
<br>
<a href="https://github.com/dannyvidal" class="button">Github</a>
<br>
</div>
</article>
<article class="bio">
<div class="imgWrapper2">
<img src="img/jeff.jpg" alt="Image of Jeffrey Whitaker." class="aboutImg">
</div>
<div class="bioWrapper">
<h1>Jeffrey Whitaker</h1>
<br>
<h2>User Interface</h2>
<hr>
<p>Born in Oregon and lived here my whole life. I majored in history and psychology as an undergrad and then completed an MA degree in late antiquity at the University of Oregon. I'm now a student at Lambda School, studying Fullstack Web Design. Hobbies include learning languages, playing my Nintendo Switch, failing at badminton, and spending time with my lovely girlfriend, Katherine.</p>
<br>
<a href="https://github.com/jeffreywhitaker" class="button">Github</a>
<br>
</div>
</article>
</section>
<footer>
<h3>Copyright 2019</h3>
</footer>
</div>
</body>
</html>