-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1.25 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
<!DOCTYPE html>
<html>
<head>
<metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>This is my page</title>
<link rel="stylesheet" href="styles.css"> </link>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
</head>
<body>
<div class="box">
<div >
<h1>Who I'am?</h1>
<div class="para">
<p>My name is Jorge Rodriguez, I'am a student at The Mathematics-Physics Sciences Faculty</p>
<p>In the Universidad Autonoma de Nuevo Leon, I'm studing a bachelor in IT Security</p>
<p>I'm currently learning about web technologies(HTML,CSS,JS), My hobbies are working out in the gym,</p>
<p>reading about tech/news and hang out with friends. </p>
</div>
</div>
<img src="Li-profilePic.jpeg" alt="My photo">
</div>
<script src="script.js"></script>
</body>
</html>