-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
60 lines (49 loc) · 2.53 KB
/
index.php
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
<!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">
<title>Document</title>
<link rel="stylesheet" href="public/css/estilo.css">
</head>
<body>
<div class="hoja">
<div id="cont-tit">
<?php require_once 'views/header.php';?>
<div id="cont-blog">
<div class="datos"><p id="txt-sm">Datos Personales</p>
<div id="cont-perfil"><img id="perfil" src="public/css/img/foto.jpg" alt=""></div>
<div class="datos-pers">
<div class="cont-dato">
<p class="dato">Name: </p><p class="dato-com">Gonzalo</p>
</div>
<div class="cont-dato">
<p class="dato">Surname: </p><p class="dato-com">Fernandez</p>
</div>
<div class="cont-dato">
<p class="dato">Birth Date: </p><p class="dato-com">20/12/2001</p>
</div>
<div class="cont-dato">
<p class="dato">Country: </p><p class="dato-com">Uruguay</p>
</div>
</div>
</div>
<div class="info">
<h1 class="tit-sub">Gonzalo Fernández</h1>
<p>Welcome to my website! I'm Gonzalo Fernández, a web developer and programmer. Here you will find information about my professional background and skills in web development.</p>
<h1 class="tit-sub">About Me</h1>
<p>I have experience in web development projects using technologies such as HTML, CSS, JavaScript, and PHP. Additionally, I have knowledge in databases and skills in design and usability. I completed my Bachelor of Technology studies in Computer Programming at UTU - Dirección General de Educación Técnico-Profesional and plan to continue studying new languages and technologies.</p>
<h1 class="tit-sub">Objective</h1>
<p>My goal is to continue learning and improving my skills in order to provide high-quality solutions to my clients. Here you can see some of my most notable projects and find links to my social media profiles and online work. If you are interested in hiring my services or simply want to get in touch with me, please don't hesitate to send me an email or call me using the contact information provided on this site.</p>
<div class="cont-img-leng">
<img class="img-ann" src="public/css/img/html5-logo-31819.png">
<img class="img-an" src="public/css/img/logo-mysql-26300.png">
<img class="img-annn" src="public/css/img/gitic.png">
<img class="img-an" src="public/css/img/php.png">
</div>
</div>
</div>
</div>
</body>
</html>