This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstudents.html
39 lines (35 loc) · 1.66 KB
/
students.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
---
layout: default
---
<div class="container">
<div>
<div class="students">
<div class="memberStudent right">
<img class="foto" src="{{ "/imgs/johndoe_web.png" | prepend: site.baseurl }}">
<div>
<h1>John Doe
<a href="http://lattes.cnpq.br/"><img title="Currículo Lattes" src="{{ "/imgs/lattes.png" | prepend: site.baseurl }}"></a>
<a href="https://www.researchgate.net/"><img title="Research Gate" src="{{ "/imgs/researchgate.jpg" | prepend: site.baseurl }}"></a>
<a href="https://github.com/"><img title="Github" src="{{ "/imgs/github.png" | prepend: site.baseurl }}"></a>
</h1>
<p><i class="material-icons md-18 middle">email</i> <a href="mailto:[email protected]">[email protected]</a></p>
<h2>John Doer</h2>
<p>John Doe does</p>
</div>
</div>
<div class="students">
<div class="memberStudent">
<img class="foto" src="{{ "/imgs/johndoe_web.png" | prepend: site.baseurl }}">
<div>
<h1>Amadeu Carvalho
<a href="http://lattes.cnpq.br/"><img title="Currículo Lattes" src="{{ "/imgs/lattes.png" | prepend: site.baseurl }}"></a>
<a href="https://www.researchgate.net/"><img title="Research Gate" src="{{ "/imgs/researchgate.jpg" | prepend: site.baseurl }}"></a>
<a href="https://github.com/"><img title="Github" src="{{ "/imgs/github.png" | prepend: site.baseurl }}"></a>
</h1>
<p><i class="material-icons md-18 middle">email</i> <a href="mailto:[email protected]">[email protected]</a></p>
<h2>Amadeu Carvalho</h2>
<p>Amadeu carvalho</p>
</div>
</div>
</div>
</div>