-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
236 lines (179 loc) · 12 KB
/
about-us.html
File metadata and controls
236 lines (179 loc) · 12 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
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>About Us</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous"
referrerpolicy="no-referrer" />
<!-- CSS -->
<link rel="icon" href="images/favicon.png">
</head>
<body>
<!-- Navbar -->
<section id="navbar">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark navbar-bar nav-container">
<img class="logo" src="images/logo.png" alt="Facilitamed Logo">
<a class="navbar-brand" href="">Facilitamed eV</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse nav-length" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto navbar-items">
<li class="nav-item items">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item items">
<a class="nav-link" href="students.html">For Students</a>
</li>
<li class="nav-item items">
<a class="nav-link" href="about-us.html">About Us</a>
</li>
<li class="nav-item items">
<a class="nav-link" href="support-us.html">Support Us</a>
</li>
<li class="nav-item items">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item items">
<button type="button" class="btn btn-secondary btn-sm nav-btn en-btn"><a href="about-us.html" class="navbtn-link nav-link en-link">
<img src="images/usa-flag.PNG" alt="English" class="lang-img"></a></button>
<button type="button" class="btn btn-secondary btn-sm nav-btn sp-btn">
<a class="navbtn-link nav-link sp-link" href="nosotros.html"><img src="images/spanish.png" alt="Spanish" class="lang-img"></a>
</button>
</li>
</ul>
</div>
</nav>
</section>
<section id="heading">
<h1 class="heading-title">About Us</h1>
</section>
<!-- About us p -->
<section id="about-us">
<p class="us-p">Facilitamed is a non-profit committed to helping the formation of future doctors by providing a medical education which in turn will allow them to better help their communities</p>
</section>
<!-- Philosophy / Valuse -->
<section id="phil-values">
<div class="row">
<div class="col-lg-6">
<h3 class="phil-heading">Our Philosophy</h3>
<p class="phil-p">We believe a college education is one of the most important tools to help people make a difference in their families and their communities. This is why we want to enable medical students to achieve their goal. We believe
medicine students love to help, want to help, and are capable of helping. We believe medicine students want a better life for their parents and friends and prefer to live in thriving, inspiring communities.</p>
<p class="phil-p">We believe that by helping medical students complete their education, we will be helping, not only the communities around them, but also current and future generations.</p>
</div>
<div class="col-lg-6">
<h3 class="phil-heading">Our Values</h3>
<ul class="phil-container">
<li class="phil-list"><u>Learning:</u> We believe life-long learning is crucial to effect any change. Not only for the students, parents, or communities, but our Board of Directors, staff, and incredible supporters.</li>
<li class="phil-list"><u>Responsibility:</u> We believe that promises carry their own weight and people should make a good-faith attempt to fulfill them. Responsibility creates a duty to act, which is the force behind the fulfillment of
promises.</li>
<li class="phil-list"><u>Transparency:</u> We focus on the process and the result to uphold the quality standards of our work. This is our way to honor the honesty of our relationships and we commit to continuously improve our programs and
results.</li>
<li class="phil-list"><u>Respect:</u> We believe there is room for everyone to improve and this success does not have to come at the cost of someone else’s.</li>
<li class="phil-list"><u>Solidarity:</u> As doctors, the work we do is always for the benefit of someone else. We believe this solidarity naturally extends beyond the realm of the profession, and believe doctors will continuously encourage
the help of others within their communities.</li>
</ul>
</div>
</div>
</section>
<!-- Statutes -->
<section id="Statutes">
<div class="s-container">
<button type="button" class="btn btn-lg statutes-btn">
<a href="images/statutes.pdf" class="statutes-link" target="_blank">Our Statutes</a>
</button>
</div>
</section>
<!-- Board of Directors -->
<section id="directors">
<h3 class="directors-heading">Board of Directors</h3>
<div class="row rows">
<div class="col-lg-6">
<img src="images/Rodrigo.jpg" alt="Rodrigo Sandoval" class="directors-img">
<p class="director-p">Rodrigo Sandoval <br><em>Co-Founder and CEO</em></p>
</div>
<div class="col-lg-6">
<p class="directors-info">Rodrigo Sandoval founded Facilitamed together with Charlotte Sandoval in 2021. He is a Guatemalan and has been involved with various foundations throughout his life. During medical school in Guatemala City, he witnessed the difficulties
fellow students face in order to continue to study and also the benefits that a university-level education can bring to a person and their family.</p>
<p class="directors-info p2">He currently works as an adult and children cardiac surgeon in the Tuebingen University Hospital in Germany.</p>
</div>
</div>
<div class="row rows">
<div class="col-lg-6">
<p class="directors-info">Mark is a doctor who attended medical school in Germany and currently works as a resident in the anesthesiology department in the Tuebingen University Hospital. He was able to complete medical school thanks to financial support he obtained from the German government, without this support he would have had to give up one of his lifelong dreams, becoming a doctor. Mark has lived through benefits of receiving financial support from an institution and is committed on paying that forward, he understands the frustrations that may come from financial difficulties in relation to his studies and is committed to help others achieve their goals of becoming doctors like himself.</p>
</div>
<div class="col-lg-6">
<img src="images/Mark.jpg" alt="Marc Simon" class="directors-img">
<p class="director-p">Marc Simon <br><em>Vice President</em></p>
</div>
</div>
<div class="row rows">
<div class="col-lg-6">
<img src="images/Chalotte.jpg" alt="Charlotte Sandoval" class="directors-img">
<p class="director-p">Charlotte Sandoval <br><em>Co-Founder and Treasurer</em></p>
</div>
<div class="col-lg-6">
<p class="directors-info">Charlotte has been involved from an early age in various NGOs to help people in need. During her first visit to Guatemala she observed first-hand the abundance of people in need, which sparked her interest in helping them through education.</p>
<p class="directors-info p2">She is a doctor who attended medical school in Germany and currently works as a resident in the anesthesiology department in the Tuebingen University Hospital.</p>
</div>
</div>
</section>
<!-- Our Story -->
<section id="story">
<h1 class="story-title">Our Story</h1>
<p class="problem-p">Charlotte and Rodrigo have participated with NGO´s for many years in projects that focus on helping people in different areas (health, social, economy). Charlotte has participated as a volunteer and paramedic in Germany and Rodrigo as a translator, constructor,
administrator and doctor in Guatemala, El Salvador, Switzerland, and Germany. They share a common passion for helping people in need whenever it is possible.</p>
<p class="problem-p">In 2021 during Charlottes first time visiting Guatemala, she witnessed the difficulties that a big part of the population confronts on a daily basis. Rodrigo was active with a Swiss foundation which focuses on providing primary-level education for children in
Nicaragua (Amigos Nicas) and they were looking for a way to help these children have a high-school and university-level education. This is how Facilitamed was born with the aim of helping medical students finish their studies and be factors of change in their communities.</p>
<p class="problem-p">Charlotte and Rodrigo are both doctors who live and work in Germany, which is why they decided to start this project together with other doctors and help medical students complete their studies. Rodrigo is Guatemalan and lived most of his life there; so they
decided to take advantage of his contacts in El Salvador and Nicaragua and not limit Facilitamed´s help to a single country, but expand it to a whole region, Central America!</p>
</section>
<!-- Support -->
<section id="support">
<h3 class="support-p">We need your support today!</h3>
<button type="button" class="btn btn-lg support-btn">
<a href="support-us.html" class="all-btns">Donate</a>
</button>
</section>
<!-- infoTab -->
<section id="infoTab">
<div class="row">
<div class="col-lg-3 info-basic1">
<h4 class="info-listTitle">Facilitamed eV</h4>
<ul class="info-list">
<li class="info-item"><strong>Email:</strong> facilitamed.ev@gmail.com</li>
<li class="info-item"><strong>Address:</strong> Im Rotbad 47, 72076 Tuebingen, Germany</li>
<li class="info-item"><strong>Bank Account:</strong> Sparkasse Tuebingen</li>
<li class="info-item"><strong>IBAN:</strong> DE11 6415 0020 0004 5746 59</li>
<li class="info-item"><strong>BIC:</strong> SOLADES1TUB</li>
</ul>
</div>
<div class="col-lg-6 info">
<h3>For more Information:</h3>
<hr class="info-line">
<button type="button" class="btn btn-lg problem-btn">
<a href="mailto:facilitamed.ev@gmail.com" target="_blank" class="all-btns">Email Us!</a>
</button>
</div>
<div class="col-lg-3 info-basic">
<h4 class="info-listTitle">Quick Links</h4>
<ul class="info-list">
<li class="info-item"><a href="index.html" class="info-item-link">Home</a></li>
<li class="info-item"><a href="students.html" class="info-item-link">For Students</a></li>
<li class="info-item"><a href="about-us.html" class="info-item-link">About Us</a></li>
<li class="info-item"><a href="support-us.html" class="info-item-link">Support Us</a></li>
<li class="info-item"><a href="news.html" class="info-item-link">News</a></li>
</ul>
</div>
</div>
</section>
<div class="footer">
<p class="footer-note">© 2023 Webmaster Julian Sandoval</p>
</div>
</body>
</html>