-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 1.9 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 1.9 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
<link rel='icon' href='./assets/favicon.ico' />
<link rel="stylesheet" href="css/style.css">
<title>Coderlabs</title>
</head>
<body>
<main>
<header>
<img src="./assets/logoTree.svg" class="img-primary" alt="Coderlabs Logo">
</header>
<section class="red-social">
<a href="https://twitter.com/coderlabs_?s=09" target="_blank" class="btn-social">
<img src="./assets/twitter.svg" width="18px" alt="twitter coderlabs">
</a>
<a href="https://www.linkedin.com/company/coderlabs/?viewAsMember=true" target="_blank" class="btn-social">
<img src="./assets/linkedin.svg" width="16px" alt="linkedin coderlabs">
</a>
<a href="https://www.facebook.com/coderlabs.code" target="_blank" class="btn-social">
<img src="./assets/face_ico.svg" width="11px" alt="facebook coderlabs">
</a>
</section>
<section class="buttons">
<a href="https://coderlabs.co/">
<div class="go">
<img src="./assets/web.svg" alt="coderlabs web">
<p class="btn-text">Website</p>
</div>
</a>
<a href="https://medium.com/@coderlabs">
<div class="go">
<img src="./assets/medium.svg" alt="coderlabs web">
<p class="btn-text">Medium</p>
</div>
</a>
<a href="https://www.behance.net/coderlabs_">
<div class="go">
<img src="./assets/behance.svg" alt="coderlabs web">
<p class="btn-text">Behance</p>
</div>
</a>
<a href="https://api.whatsapp.com/send?phone=3227946096&text=hola,%20qué%20tal?" >
<div class="go">
<img src="./assets/whatsapp.svg" alt="coderlabs web">
<p class="btn-text">Whatsapp</p>
</div>
</a>
</section>
</main>
</body>
</html>