-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (57 loc) · 2.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<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=Calistoga&family=Space+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="box-1" class="container">
<div class="card">
<h1>Louis Barlas</h1>
<img src="images/profile_pic.JPG" alt="Profile picture">
<h2>Programmer @<span>apple</span></h2>
<p>I convert caffeine into code.
<br>
☕️ 📲
<br>
<!-- Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. When I wrote this code, only God and I understood what I did. Now only God knows. Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
<br>-->
Algorithm: Word used by programmers when they don’t want to explain what they did.
<br>
🤔 ﹖ 🤯
<br>
Remember that there is no code faster than no code.
</p>
<a href="https://www.youtube.com/watch?v=Nie0tftVcbs" target="_blank" class="btn-black">Discover Button</a>
</div>
<div class="card">
<h2>Follow me<span>me</span></h2>
<ul id="horizontal-list">
<li>
<a href="https://www.cometchat.com/blog/programming-memes-for-developers" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a href="https://www.cometchat.com/blog/programming-memes-for-developers" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.cometchat.com/blog/programming-memes-for-developers" target="_blank">
<i class="fa-brands fa-slack"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>