-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.4 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
/>
<link rel="stylesheet" href="./css/styles.css" />
<title>LuwiDev</title>
</head>
<body>
<div class="container">
<section class="img__container">
<img src="./img/luwidev.jpeg" />
</section>
<section class="name__container">
<h1>Lucas Witchemichen</h1>
</section>
<section class="info__container">
<p>
Hello! My name is Lucas Witchemichen, I'm developer by hobby. I like
to make websites, apps, games, and more. I'm the founder of
<a
href="https://github.com/OpenWineScripts"
class="open-wine-scripts__link"
>@OpenWineScripts</a
>
organization. This organization creates scripts to install programs in
WineHQ.
</p>
</section>
<section class="links__container">
<a href="https://www.youtube.com/@LuwiDev" class="youtube">
<i class="bi bi-youtube"></i>
YouTube
</a>
<a href="https://github.com/lucasgab2230" class="github">
<i class="bi bi-github"></i>
GitHub
</a>
</section>
</div>
</body>
</html>