-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (42 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
51 lines (42 loc) · 1.04 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
50
51
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Laetitia's Personal Site</title>
</head>
<body>
<img src="https://scontent-lht6-1.xx.fbcdn.net/v/t1.0-1/p320x320/10527662_10152362176206283_8160977969203608459_n.jpg?_nc_cat=108&_nc_ohc=vVwPe5kKTycAX-rGeIj&_nc_ht=scontent-lht6-1.xx&_nc_tp=1002&oh=9f3a5dbb88d348422253526da8c0a672&oe=5E9842EE" alt="Laetitia's profile pic">
<h1>Laetitia</h1>
<p><em>Web Developer</em></p>
<p>I'm training in Web development.</p>
<hr>
<h3>Education</h3>
<ul>
<li>University</li>
<li>FreeCodeCamp</li> <a href="https://www.freecodecamp.org/supertata">My freecodecamp profile</a>
<li>Udemy</li>
</ul>
<hr>
<h3>Work Experience</h3>
<hr>
<h3>Skills</h3>
<table>
<tbody>
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>
CSS
</td>
<td>
⭐⭐⭐⭐
</td>
</table>
<hr></hr>
<a href="My hobbies.html">My hobbies</a>
<a href="Contact me.html">Contact me</a>
</ol>
</body>
</html>