-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css">
<script src="./script.js" type="text/javascript"></script>
<meta charset="UTF-8">
<title>Lucas Rattz</title>
</head>
<body>
<div id="main-container">
<div id="welcome"></div>
<p id="subheader">I'm Lucas Rattz and this is my landing page, where I link my active projects and useful links.</p>
</div>
<div id="buttons">
<div class="button"><img src="./resources/github.svg" onclick="link(`https://github.com/lucasrattz`)" onauxclick="link(`https://github.com/lucasrattz`)"><p>Github</p></div>
<div class="button"><img src="./resources/linkedin.svg" onclick="link(`https://www.linkedin.com/in/lucasrattz/`)" onauxclick="link(`https://www.linkedin.com/in/lucasrattz/`)"><p>LinkedIn</p></div>
<div class="button"><img src="./resources/cv.svg" onclick="link(`https://drive.google.com/file/d/1ZI2VB5SMOxKgO2UF7inEDzv2B1wBVcQE/view?usp=share_link`)" onauxclick="link(`https://registry.jsonresume.org/lucasrattz`)"><p>Resume</p></div>
<div class="button"><img src="./resources/cefetdb.svg" onclick="link(`https://rattz.xyz/cefetdb/`)" onauxclick="link(`https://rattz.xyz/cefetdb/`)"><p>CEFETDB</p></div>
</div>
<iframe
frameborder="0"
height="100%"
width="100%"
src="./background.html"
allowfullscreen=""
style="position:absolute; top:0; left: 0; z-index: -1"
>
</iframe>
<!-- Background design by @screenshake -->
</body>
</html>