-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alex's profile</title>
<meta name="description" content="Alex's profile">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
</head>
<body>
<div class="card">
<img src="images/excerice_profile.jpg" alt="Alex profile" class = "profile-image"></img>
<h1>Alexandre Stanescot</h1>
<h2>🇨🇵 Programmer 💻</h2>
<div class="tech_stack">
<p>technical stack</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/1/16/Ruby_on_Rails-logo.png" alt="Ruby on rails logo" class="logo_size" />
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/130px-HTML5_logo_and_wordmark.svg.png" alt="html5" class="logo_size">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/CSS3_logo_and_wordmark.svg/800px-CSS3_logo_and_wordmark.svg.png" alt="css3" class="logo_size">
<img src="https://github.githubassets.com/images/modules/logos_page/Octocat.png" alt="github" class="logo_size">
</div>
<p>
Currently boot camp in progress to become fullstack developer. I enjoy web-development, travelling, and general aviation 🛩️.<br>
I'm looking toward exciting projects to come! 🤸
</p>
</div>
<div class="card">
<h2>Follow me</h2>
<ul>
<li><a href="https://github.com/alexstan67"><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/alexandre-stanescot-8a458549/"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/stan_aero"><i class="fab fa-twitter"></i></a></li>
</ul>
</div>
</body>
</html>