This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (48 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0PNLV6XR8E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0PNLV6XR8E');
</script>
<meta name="google-site-verification" content="i4eotMExGI1be49TpteOir118YRqzTmOrRL3CXpjiTY" />
<title>Lucas Bubner</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Lucas Bubner">
<meta name="description" content="Lucas Bubner - My official website-linking portfolio and profile showcase page.">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="styles.min.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<script type="text/javascript" src="scripts/main.min.js"></script>
<script type="text/javascript" src="scripts/anim.min.js"></script>
<script type="text/javascript" src="scripts/fadein.min.js" defer></script>
</head>
<body>
<div class="bg"></div>
<div id="animations">
<div id="main_body" class="body_class">
<img id="pfp" src="assets/holowfv2.2Gv1W.webp" style="width: 10vw; height: auto;" alt="Animated profile picture">
<h1 class="heading"><b>LUCAS BUBNER</b></h1>
<h3 class="heading"><i>Computational Brilliance.</i></h3>
<br>
<h2 class="desc">
I am
<span class="text-switcher" data-hold-time="1250"
data-switch-content='[" an aspiring software developer.", " an academic student.", " an intuitive learner.", "a critical thinker.", " observative.", " analytical.", " a self-directed learner.", " an adaptive troubleshooter.", "a digital technology specialist.", "Lucas Bubner."]'></span>
</h2>
<hr style="width: 33%; background-color: #7f7f7f; border-color: #7f7f7f;">
<br>
<a href="https://github.com/holo-lb/" target="_parent" style="color: white;"><img width="40px" src="assets/github.ico" /></a>  
<a href="https://replit.com/@LUCASBUBNER/" target="_parent" style="color: white;" ><img width="40px" src="assets/replit.ico" /></a>  
<a href="https://www.linkedin.com/in/lucas-bubner/" target="_parent" style="color: white;"><img width="40px" src="assets/linkedin.ico" /></a>  
<a href="mailto:[email protected]" target="_parent" style="color: white;"><img width="40px" src="assets/email.ico" /></a>        
<a href="https://discord.com/users/616524858746077184/" target="_parent" style="color: white;" onclick="alert('holo#0911');"><img width="40px" src="assets/discord.ico" /></a>  
<a href="https://www.instagram.com/lucas.kbubner/" target="_parent" style="color: white;"><img width="40px" src="assets/instagram.ico" /></a>  
</div>
</div>
</body>
</html>