-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (36 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Martin Valdivia Website</title>
<style data-merge-styles="true"></style>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<base href="https://martinvaldivia.github.io/">
<!--Style will be imported from Style.css file-->
</head>
<!--Body-->
<body>
<h1>Martin Valdivia</h1>
<p>Hello, my name is Martin, I'm a Mechatronics Engineer, interested in the Technology field.</p>
<p>I'm an enthusiast of Data Science and Technology.</p>
<p>I'm glad you're here.</p>
<div></div>
<h3>Welcome!</h3>
<img src="https://github.com/martinvaldivia/martinvaldivia.github.io/blob/main/figs/computer.jpg?raw=true" alt="Computer">
</body>
<!--Footer-->
<footer>
<p>@MartinValdivia, 2022</p>
<ul>
<li>
<a href="https://twitter.com/valdiviatech">Twitter</a>
</li>
<li>
<a href="https://www.linkedin.com/in/martin-valdivia/">Linkedin</a>
</li>
</ul>
</footer>
</html>