-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.44 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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="About Me">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<link rel="stylesheet" href="style.css">
<title>Hello world</title>
</head>
<body>
<div class="container">
<div class="card">
<h1>Hey Im Soto 🏄 </h1>
<img src="./images/me.jpg" alt="soto" width="300px" id="face">
<h2>Currently I'm wokring my way through the bootcamp of lewagon</h2>
<p>I love surfing 🌊🌊🌊 , cooking 🍪🍪🍪 && coding 🖥🖥🖥</p>
<h3>this is my stack 🛠</h3>
<ul class="left_zero">
<li>Ruby</li>
<li>Ruby on Rails</li>
<li>PostrgeSql</li>
<li>CSS / HTML / JS</li>
</ul>
</a>
</div>
<div class="card">
<h3>find me here ⚛</h3>
<ul class="list-inline">
<li>
<a href="https://github.com/saoma1" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>