-
Notifications
You must be signed in to change notification settings - Fork 4
/
page-echipa.hbs
257 lines (230 loc) · 8.45 KB
/
page-echipa.hbs
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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
{{!--
This template is used for the posts that are marked as pages.
--}}
{{!-- This block preloads specific assets for the post page --}}
{{#contentFor "preload"}}
<link rel="preload" href="{{asset "css/post.css"}}" as="style" />
<link rel="preload" href="{{asset "js/page.js"}}" as="script" />
{{/contentFor}}
{{!-- This block loads specific styles for the post page --}}
{{#contentFor "styles"}}
<link rel="stylesheet" type="text/css" href="{{asset "css/post.css"}}" media="screen" />
{{/contentFor}}
<style>
.container {
display: flex;
flex-direction: column;
justify-content: center;
width: 100vw;
max-width: 1024px;
margin: 0 auto;
}
.card-grid {
margin-top: 3em;
--auto-grid-min-size: 300px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
grid-gap: 2rem 0rem;
grid-auto-rows: 1fr;
}
.card {
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
width: 300px;
margin: auto;
text-align: center;
border-radius: 10px;
transition-duration: 400ms;
height: 100%;
}
.card img {
max-width: 300px;
width: 100%;
height: 225px;
object-fit: cover;
border-radius: 10px;
object-position: center;
}
.card .card-body {
text-align: center;
padding: 1em 2em;
}
.card .card-body h2 {
margin: 0 0 .5em;
font-weight: 700;
font-size: 2rem;
}
.card .card-body p.role {
color: #B50000;
}
.icon:hover {
color: #B50000;
}
@media (min-width: 768px) {
table {
display: table;
width: 100%;
}
tr {
display: table-row;
}
td {
display: table-cell;
padding: 1em;
vertical-align: top;
}
}
/* Mobile view (stacked layout) */
@media (max-width: 767px) {
table, tr, td {
display: inline-block;
width: 100%;
}
td {
margin-bottom: 1.5em;
}
}
</style>
{{!-- The tag below means: insert everything in this file
into the {body} of the default.hbs template --}}
{{!< default}}
{{!-- Special header.hbs partial to generate the <header> tag --}}
{{#post}}
{{> header background=feature_image}}
{{/post}}
<main class="main-wrap">
<article class="article {{post_class}}">
<header class="article-header gh-canvas">
{{#if feature_image}}
<figure class="article-image">
{{!-- This is a responsive image, it loads different sizes depending on device
https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433
--}}
<img srcset="{{img_url feature_image size=" s"}} 300w, {{img_url feature_image size="m" }} 600w,
{{img_url feature_image size="l" }} 1000w, {{img_url feature_image size="xl" }} 2000w"
sizes="(min-width: 1400px) 1400px, 92vw" src="{{img_url feature_image size=" xl"}}"
alt="{{#if feature_image_alt}}{{feature_image_alt}}{{else}}{{title}}{{/if}}" />
{{#if feature_image_caption}}
<figcaption>{{feature_image_caption}}</figcaption>
{{/if}}
</figure>
{{/if}}
</header>
<br>
<br>
<section class="container">
<br>
<br>
<br>
<div class="article-title" style="text-align: center;">
<h1>Echipa InfoTech</h1>
</div>
<table>
<tr>
<td> <div class="card">
<img src="/assets/echipa/MozacuȘtefania_Coordonator.jpg">
<div class="card-body">
<h2>Mozacu Ștefania</h2>
<p class="role">Coordonator</p>
<div>
<a class="icon" href="mailto:mailto:stefaniamozacu1@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
<td>
<div class="card">
<img src="/assets/echipa/HlușcuSarah_Co-coordonator.jpg">
<div class="card-body">
<h2>Hlușcu <br> Sarah</h2>
<p class="role">Co-Coordonator</p>
<div>
<a class="icon" href="mailto:sarahcristianaa@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
<td>
<div class="card">
<img src="/assets/echipa/LivinschiCătălina_Co-coordonator.jpg">
<div class="card-body">
<h2>Livinschi Cătălina</h2>
<p class="role">Co-Coordonator</p>
<div>
<a class="icon" href="mailto:catalinalivinschi97@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div class="card">
<img src="/assets/echipa/MuresanDaria_Co-coordonator.jpg">
<div class="card-body">
<h2>Mureșan Daria</h2>
<p class="role">Co-Coordonator</p>
<div>
<a class="icon" href="mailto:dariamuresan100@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
<td> <div class="card">
<img src="/assets/echipa/ormideanVlad.jpg">
<div class="card-body">
<h2>Ormindean Vlad</h2>
<p class="role">Responsabil Tehnic</p>
<div>
<a class="icon" href="mailto:ormindeanvlad@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
<td>
<div class="card">
<img src="/assets/echipa/HomiucAlexandra_Responsabil_PR.jpg">
<div class="card-body">
<h2>Homiuc Alexandra</h2>
<p class="role">Responsabil PR</p>
<div>
<a class="icon" href="mailto:alexandrahomiuc@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
</tr>
<tr>
<td>
<div class="card">
<img src="/assets/echipa/SpătăceanGiorgiana_Responsabil_BC.jpg" >
<div class="card-body">
<h2>Giorgiana Spătăcean</h2>
<p class="role">Responsabil BC</p>
<div>
<a class="icon" href="mailto:sgiorgiana02@gmail.com"><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
<td>
<div class="card">
<img src="/assets/echipa/ClimDiana_Secretar.jpeg">
<div class="card-body">
<h2>Clim <br> Diana</h2>
<p class="role">Secretară</p>
<div>
<a class="icon" href="mailto:clim.diana2017@gmail.com "><i class="fa fa-envelope"></i></a>
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</section>
</article>
</main>
{{!-- The #contentFor helper here will send everything inside it up to the matching #block helper found in default.hbs --}}
{{#contentFor "scripts"}}
<script defer src="{{asset "js/page.js"}}"></script>
{{/contentFor}}