-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
171 lines (158 loc) · 8.06 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, max-scale=1.0" />
<title> Team </title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="styleteam.css">
</head>
<body class="container-fluid p-0 d-flex flex-column" style="background-color: #1F0567;">
<!-- <div class="container-fluid p-0 d-flex flex-column"> -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand">
<img class="nav-logo" src="./cR.png" alt="Bootstrap">
</a>
<button class="navbar-toggler navbar-dark" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse justify-content-end navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link navigation-tab" aria-current="page" href="./index.html" id="home"> Home </a>
<a class="nav-link navigation-tab" aria-current="page" href="./about.html" id="about"> About </a>
<!-- <a class="nav-link navigation-tab" aria-current="page" href="./map.html" id="map"> Map </a> -->
<a class="nav-link navigation-tab" aria-current="page" href="./schedule.html" id="Schedule"> Schedule </a>
<a class="nav-link navigation-tab" aria-current="page" href="./collaborators.html" id="collaborators"> Collaborators </a>
<a class="nav-link navigation-tab" aria-current="page" href="https://bestcj.ro/3-5-percent-program/" id="3,5"> 3,5% </a>
</div>
</div>
</div>
</nav>
<main class="container-fluid align-items-center">
<div class="d-flex justify-content-center">
<img src="./meettheteam.svg" class="img-fluid flex-column d-flex col-10 col-sm-4">
</div>
<div class="row text-center text-white d-flex justify-content-around">
<div class="col-10 col-md-3 pt-3 gap-1 px-5 px-md-1">
<img alt="" class="img-fluid" src="kitty.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Cristiana Neamț</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Organiser</h4>
</div>
</div>
<div class="row text-center text-white d-flex justify-content-around">
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="trif.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Alex Trif</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Fundraising</h4>
</div>
<div class="col-10 col-md-3 pt-3 gap-1 px-5 px-md-1">
<img alt="" class="img-fluid" src="lore.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Lorena Sandu</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Public Relations</h4>
</div>
<div class="col-10 col-md-3 pt-3 gap-1 px-5 px-md-1">
<img alt="" class="img-fluid" src="dariapuiu.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Daria Lăcătușu</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Design</h4>
</div>
</div>
<div class="row text-center text-white d-flex justify-content-around">
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="mihnea.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Mihnea Moruzi</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Human Resources</h4>
</div>
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="ilinca.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Ilinca Belmega</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Media</h4>
</div>
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="roby.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Robert Pavel</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Topics</h4>
</div>
</div>
<div class="row text-center text-white d-flex justify-content-around">
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="edi.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Eduard Șerbănescu</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">IT</h4>
</div>
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="talida.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Talida Coicheci</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Participants Responsible</h4>
</div>
<div class="col-10 col-md-3 pt-3 px-5 px-md-1">
<img alt="" class="img-fluid" src="man.png" />
<h3 style="text-shadow: 2px 2px 4px #000000">Mihai Man</h3>
<h4 style="text-shadow: 2px 2px 4px #000000">Logistics</h4>
</div>
</div>
</main>
<br>
<footer class="text-center text-lg-center footer">
<div class="d-flex flex-column p-3">
<div class="row justify-content-center align-items-center">
<img
class="img-fluid d-flex col col-3 align-self-center align-items-center footer-img"
src="./uT.png"
/>
<div
class="col-md-3 col-6 mb-4 mb-md-0 px-0 px-md-3 d-flex flex-column justify-content-center"
>
<ul class="list-unstyled mb-0">
<li>
<i class="fa fa-phone" style="color: white"></i>
<a class="text-light">+40 769 654 246</a>
</li>
<li>
<!-- <i class="fa fa-envelope" style="color: white"></i> -->
<a class="text-light text-center align-self-center">[email protected]</a>
</li>
<!-- <li>
<a
href="https://www.google.com/maps/place/BEST+Cluj-Napoca,+Strada+Constantin+Daicoviciu+15,+Cluj-Napoca+400020/@46.7707363,23.585254,17z/data=!4m6!3m5!1s0x47490e9c961706a5:0x8ca6bb5ef493be56!8m2!3d46.7707363!4d23.585254!16s%2Fg%2F1tr8kbvd"
class="text-light"
>
<p class="text-white">Strada Constantin Daicoviciu 15, Cluj-Napoca 400020</p>
</a>
</li> -->
</ul>
</div>
<img
class="img-fluid d-flex col col-3 align-self-center align-items-center footer-img"
src="./bEST-CJ.png"
/>
</div>
<div class="d-flex row p-0 justify-content-center mb-2 logo-section">
<a
href="https://www.facebook.com/BESTcluj"
class="col-2 d-flex justify-content-center align-items-center"
>
<img class="img-fluid footer-logo" src="./facebook-alb.png" />
</a>
<a
class="col-2 d-flex justify-content-center align-items-center"
href="https://www.instagram.com/best_clujnapoca/"
>
<img class="img-fluid footer-logo" src="./instagram-alb.png" />
</a>
<a
class="col-2 d-flex justify-content-center align-items-center"
href=" https://www.linkedin.com/company/best-cluj-napoca"
>
<img class="img-fluid footer-logo" src="./linkedin-alb.png" />
</a>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>