-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 1.45 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<!--meta tags-->
<meta charset="utf-8" />
<script src="https://use.fontawesome.com/d1341f9b7a.js"></script>
<link rel="stylesheet" href="css/tipo.css" />
<title>Personal WebSite</title>
<meta
name="viewport"
content="width=device-width, user-
scalable=no, initial-scale=1, maximun-scale=1, minimun-scale=1"
/>
<link rel="icon" type="image/png" href="imagen/favicon-16x16.png"/>
</head>
<body>
<div class="box">
<img src="imagen/Screenshot_4.png" alt="" class="box-img" />
<h1>Carlos Carmona</h1>
<div class="conteneor">
<h2>Web Devloper</h2>
</div>
<p>
A web developer is a programmer who specializes in, or is specifically
engaged in, the development of World Wide Web applications, or
applications that are run over HTTP from a web server to a web browser.
</p>
<ul>
<li>
<a href="https://fb.com/jes.charles.52">
<i class="fa fa-facebook-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/carlos-carmona-750251237">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://instagram.com/carloscarmona91">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</body>
</html>