-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (75 loc) · 2.36 KB
/
index.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1"
crossorigin="anonymous"
/>
<title>Cristian Cota</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.1/css/brands.css"
integrity="sha384-/feuykTegPRR7MxelAQ+2VUMibQwKyO6okSsWiblZAJhUSTF9QAVR0QLk6YwNURa"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.1/css/fontawesome.css"
integrity="sha384-ijEtygNrZDKunAWYDdV3wAZWvTHSrGhdUfImfngIba35nhQ03lSNgfTJAKaGFjk2"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3 main-col">
<div class="ps-3">
<p class="main-font">Cristian Cota</p>
<p>Software Engineer & Photographer.</p>
<p>Love to learn about everything and spread the knowledge.</p>
<p>
Currently at
<a
href="https://www.tripadvisor.com/"
class="link-secondary"
target="_blank"
>TripAdvisor</a
>
through
<a
href="https://www.encora.com/"
class="link-secondary"
target="_blank"
>
Encora Inc</a
>.
</p>
<div class="mt-4 social">
<a
href="https://github.com/cristiancota"
target="_blank"
class="link-secondary"
>
<i class="fab fa-github fa-2x"></i>
</a>
<a
href="https://www.linkedin.com/in/cristian-cota/"
target="_blank"
class="link-secondary"
>
<i class="fab fa-linkedin fa-2x"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>