-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
60 lines (47 loc) · 2.31 KB
/
contact.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 lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact | Alex Preciado</title>
<link rel="stylesheet" href="./static/css/style.css" type="text/css" />
</head>
<body>
<div class=container>
<span class=name>Alex Preciado</span>
<div class=navigation>
<ul>
<li><a href="./contact.html">Contact</a> </li>
<li><a href="./media.html">Media</a> </li>
<li><a href="./publications.html">Publications</a> </li>
<li><a href="./index.html">About</a> </li>
</ul>
</div>
<div class=separator></div>
<div class=body>
<div class=page>
<script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="LI-profile-badge" data-version="v1" data-size="medium" data-locale="en_US" data-type="vertical" data-theme="dark" data-vanity="alexpreciado"><a class="LI-simple-link" href='https://ca.linkedin.com/in/alexpreciado?trk=profile-badge'>Jorge Alejandro Preciado López</a></div>
</div>
</div>
<div class=footer>
<p>© Copyright <script language="JavaScript">var date = new Date(); document.write(date.getFullYear());</script> by Jorge Alejandro Preciado Lopez</p>
<div class=social style="font-size: 27px;">
<ul>
<script language="JavaScript">
username = 'alexpreciado1';
domain = 'gmail.com';
document.write('<a href=\"mailto:' + username + '@' + domain + '\" target=\"_blank\">');
</script>
<li><i class="fa fa-envelope"></i> </li>
<a href="https://github.com/alex-preciado" target="_blank"> <li> <i class="fa fa-github"></i> </li> </a>
<a href="https://scholar.google.ca/citations?user=ZIUyto0AAAAJ&hl=en" target="_blank"> <li> <i class="ai ai-google-scholar-square"></i> </li> </a>
</ul>
</div>
</div>
</div>
</body>
</html>