-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
60 lines (52 loc) · 2.54 KB
/
credits.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
<!DOCTYPE html>
<html leng="en">
<head>
<meta charset="utf-8">
<title>game</title>
<link rel="stylesheet" type="text/css" href="credits.css">
</head>
<body>
<main>
<header><a href="index.html"><img src="img/logo.png" title="logo.png" /></a></header>
<article id="article">
<section id="section">
<h1>CREDITS</h1>
<ul>
<li>
<h2>Aleix Pellicer Garcia</h2>
<img id="foto1" src="img/fotoaleix.jpg"/>
<p>Email: <a href="[email protected]">[email protected]</a></p>
<p>Linkedin: <a href="http://es.linkedin.com/in/aleixpellicer/">http://es.linkedin.com/in/aleixpellicer/</a></p>
<p>GitHub: <a href="http://github.com/aleixpellicer">http://github.com/aleixpellicer</a></p>
<p>Twitter: <a href="http://twitter.com/aleixpellicer">http://twitter.com/aleixpellicer</a></p>
</li>
<li>
<h2>Rommel Ulises Infante Contreras</h2>
<img id="foto2" src="img/fotoulises.jpg"/>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>GitHub: <a href="https://github.com/ulisescontreras">https://github.com/ulisescontreras</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/ulisescontreras">https://www.linkedin.com/in/ulisescontreras</a></p>
<p>Twitter: <a href="https://twitter.com/ulisesctras">https://twitter.com/ulisesctras</a></p>
</li>
<li>
<h2>Alberto Yago Ortega</h2>
<img id="foto3" src="img/fotoalberto.jpg"/>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>LinkedIn: <a href="https://www.linkedin.com/pub/alberto-yago-ortega/47/662/a38">https://www.linkedin.com/pub/alberto-yago-ortega/47/662/a38</a></p>
<p>Twitter: <a href="https://twitter.com/AlbertoYago">https://twitter.com/AlbertoYago</a></p>
</li>
<li>
<h2>Abel Domínguez Mallo</h2>
<img id="foto4" src="img/fotoabel.jpg"/>
<p>Email: <a href="[email protected]">[email protected]</a></p>
<p>LinkedIn: <a href="http://es.linkedin.com/pub/abel-domínguez/a5/2b7/bab/">http://es.linkedin.com/pub/abel-domínguez/a5/2b7/bab/</a></p>
<p>GitHub: <a href="https://github.com/abeldoma">https://github.com/abeldoma</a></p>
</li>
</ul>
<br style="clear:both" />
<a href="index.html"><h3>>>Back to Main <<</h3></a>
</section>
</article>
</main>
</body>
</html>