forked from irshad/LinkTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (73 loc) · 2.42 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
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#343a40" />
<meta name="description" content="Links To My Accounts | Developed By - MarcosxDeveloper" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Links - MarcosxDeveloper</title>
<style>
body {
background-color: #faf8ef;
}
h5 {
color: #343a40;
}
.name {
color: #343a40;
}
.love {
color: #343a40 !important;
}
/*----------------- Mail-------------------- */
#email {
text-decoration: none;
float: right;
color: #343a40;
}
.footer {
margin-top: 5% !important;
margin-bottom: 10px;
}
@media (max-width: 479px) {
.footer {
margin-top: 35% !important;
}
}
</style>
</head>
<body>
<div class="container">
<div class="media mt-5">
<!--
<img src="https://res.cloudinary.com/phonerefer/image/upload/v1575096088/ve0o2n85nfvgdatgqer2.jpg" class="m-3" alt="image" width="75px" height="75px">
-->
<div class="media-body m-2">
<h5 class="align-items-center mt-2">MarcosxDeveloper</h5>
<p>Hello!
I am Marcos Gonzalez,
Developer based in Santo Domingo, Dominican Republic.</p>
</div>
</div>
<div class="mt-4">
<a href="https://marcosxdeveloper.github.io/online-cv/" class="btn btn-outline-dark btn-block" role="button"><i
class="fab fa-codepen"> </i>View Resume (EN)</a>
</div>
<!--------------------Footer---------------------------->
<div class="footer mt-5">
<hr />
<h6>Made With <span class="love">♥</span> in Santo Domingo, Dominican Republic</h6>
<h6>
Proudly Hosted By
<a href="/" class="name" target="_blank"> MarcosxDeveloper </a>
<a id="email" href="mailto:[email protected]"> <i class="fa fa-envelope"> </i> </a>
</h6>
</div>
</div>
</body>
</html>