-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_org.html
More file actions
31 lines (27 loc) · 1 KB
/
index_org.html
File metadata and controls
31 lines (27 loc) · 1 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
<html>
<head>
<title>Web Dev Talks</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<script src="https://use.fontawesome.com/7f8fbbefa8.js"></script>
</head>
<body>
<img src="images/logo.png" class="logo">
<ul class="social-icons">
<li>
<a href="https://www.facebook.com/ColimaWebDevTalks"><i class="fa fa-facebook-official fa-4x" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.instagram.com/webdevtalksmx"><i class="fa fa-instagram fa-4x" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/webdevtalksmx"><i class="fa fa-twitter fa-4x" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/web-dev-talks"><i class="fa fa-linkedin fa-4x" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:contacto@webdevtalks.mx"><i class="fa fa-envelope-o fa-4x" aria-hidden="true"></i></a>
</li>
</ul>
</body>
</html>