generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathteam.html
141 lines (132 loc) · 7.69 KB
/
team.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!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="assets/css/style.css">
<!--Bootstrap 5 CDN-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!--Google Fonts-->
<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=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!--Font Awesome 5.14-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Favicon Link-->
<link rel="shortcut icon" type="image/ico" href="assets/images/favicon.ico" />
<link rel="shortcut icon" type="image/ico" href="assets/images/favicon.png" />
<title>Our Team</title>
</head>
<body>
<!--header-->
<header>
<div id="navbar-container"></div>
</header>
<!--our team page-->
<main>
<section class="team" id="team-section">
<!--container for team page starts here-->
<div class="container-fluid jumbotron p-5 p-md-8">
<div class="row team-row">
<div class="col-md-12 text-center">
<h1 class="display-4 mb-3 my-3 md-md-4">Meet the Team</h1>
<p class="lead"> The team Mother Natures Minions created Electrillo to help make planet friendly
living a bit easier. <br>
Connect with the team and get to know why fighting climate change is important to us!</p>
</div>
</div>
<!--grid for team cards will go here-->
<div class="row text-center justify-content-center p-2 mt-2">
<div class="card" id="team-card">
<img src="assets/images/claudia.jpg" class="card-img-top" alt="claudia-pic">
<div class="card-body">
<h5 class="card-title">Claudia Lai</h5>
<p>
<a class="link" href="https://www.linkedin.com/in/laiclaudia/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/ClaudiaLie"> <i class="fab fa-github" target=_blank></i>
</a>
</p>
<p class="team-text-small">Do you really think you will ever be rich enough to move to Mars
instead?</p>
</div>
</div>
<div class="card" id="team-card-1">
<img src="assets/images/nick.jpg" class="card-img-top" alt="nick-pic">
<div class="card-body">
<h5 class="card-title">Nick Lennon</h5>
<p>
<a href="https://www.linkedin.com/in/n-lennon/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/nlenno1" target=_blank><i class="fab fa-github"></i></a>
</p>
<p class="team-text-small">Never doubt that a small group of thoughtful, committed citizens
can
change the world; indeed, it is the only thing that ever has.</p>
</div>
</div>
<div class="card" id="team-card-2">
<img src="assets/images/darlyn.jpg" class="card-img-top" alt="darlyn-pic">
<div class="card-body">
<h5 class="card-title">Darlyn Norlay</h5>
<p>
<a href="https://www.linkedin.com/in/darlynnorlay/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/Darlyn-Lurikah" target=_blank><i
class="fab fa-github"></i></a>
</p>
<p class="team-text-small">It's not just that we have literally no where else to live, it's
what happens before that and I'd prefer not to see it in person.</p>
</div>
</div>
<div class="card" id="team-card-3">
<img src="assets/images/alissa.jpg" class="card-img-top" alt="alissa-pic">
<div class="card-body">
<h5 class="card-title">Alissa Troiano</h5>
<p>
<a href="https://www.linkedin.com/in/alissatroiano/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/alissatroiano" target=_blank><i
class="fab fa-github"></i></a>
</p>
<p class="team-text-small">What’s the point of making an impact in the world if the world
isn’t going to be there much longer?</p>
</div>
</div>
<div class="card" id="team-card-4">
<img src="assets/images/ashley.jpg" class="card-img-top" alt="ashley-pic">
<div class="card-body">
<h5 class="card-title">Ashley Rolfe</h5>
<p>
<a href="https://www.linkedin.com/in/ashley-rolfe-14b694225/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/wierdlygoodcoder" target=_blank><i
class="fab fa-github"></i></a>
</p>
<p class="team-text-small">To leave the world better than you found it, sometimes you have
to pick up other people’s trash.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<div id="footer-container" class="container-fluid g-0"></div>
<!-- Local Script Links -->
<script src="assets/js/create-nav-and-footer.js"></script>
<script src="assets/js/script.js"></script>
<!--Bootstrap JS Bundle-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13"
crossorigin="anonymous"></script>
</body>
</html>