Skip to content

Commit 5ed51e5

Browse files
authored
Update index.html
1 parent ffe6b34 commit 5ed51e5

File tree

1 file changed

+3
-65
lines changed

1 file changed

+3
-65
lines changed

index.html

Lines changed: 3 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,11 @@
44
<meta charset="UTF-8">
55
<link rel="stylesheet" href="styles.css">
66
<link rel="icon" type="image/x-icon" href="/assets/henry.png">
7+
<script>
8+
window.location.replace("https://turtleboi.cc");
9+
</script>
710
<title>turtle's portfolio</title>
811
</head>
912
<body>
10-
<header>
11-
<div class="container">
12-
<img id="logonavbar" src="./assets/henry.png" alt="logo">
13-
<h1 id="gradient3">turtle boi</h1>
14-
<nav>
15-
<ul>
16-
<li><a href="contact.html">contact</a></li>
17-
<li><a href="experience.html">experience</a></li>
18-
<li><a href="projects.html">projects</a></li>
19-
<li><a href="index.html">home</a></li>
20-
</ul>
21-
</nav>
22-
</div>
23-
</header>
24-
<div id="thing" style="height: calc(200vh + 20px); width: 1px; position: absolute; z-index: -20;"></div>
25-
<div id="top-part">
26-
<div id="beeg-logo">
27-
<h1 id="gradient1">turtle</h1>
28-
<h1 id="gradient2">boi</h1>
29-
<h1 id="gradientoutline1">turtle</h1>
30-
<h1 id="gradientoutline2">boi</h1>
31-
</div>
32-
<div id="images">
33-
<img id="bios" src="./assets/image.png" alt="images!" height="400px">
34-
</div>
35-
</div>
36-
<br>
37-
<div id="card-part">
38-
<br>
39-
<br>
40-
<h1 id="card-heading">who is turtle boi?</h1>
41-
<div id="cards">
42-
<div class="card" id="card1" style="transform: translateX(-7vw);">
43-
<h1 class="card-heading">fast facts</h1>
44-
<p>male, pronouns he/him</p>
45-
<br>
46-
<p>spends too much time coding</p>
47-
<br>
48-
<p>discord: turtle.boi. <br><br>
49-
gmail: turtles.codez@gmail.com <br><br>
50-
outlook: mater.welonnn@outlook.com
51-
</p><br>
52-
</div>
53-
<div class="card" id="card2">
54-
<h1 class="card-heading">experience</h1>
55-
<p>fluent in <a style="color: #8AD22F;" href="https://en.wikipedia.org/wiki/TI-BASIC">TI-BASIC</a> and html, knows css, decent at python and javascript</p>
56-
<br>
57-
<p>been programming in text languages for over 4 years, been programming since 3rd grade</p>
58-
<br><br><br><br><br><br>
59-
</div>
60-
<div class="card" id="card3" style="transform: translateX(7vw);">
61-
<h1 class="card-heading">projects</h1>
62-
<p>finished:</p>
63-
<p><a href="https://darkness-site.netlify.app">darkness-site</a></p>
64-
<p><a href="https://ai-mu-vert.vercel.app">ai client</a></p>
65-
<br>
66-
<p>scrapped</p>
67-
<p><a href="https://flux-os-five.vercel.app/">fluxOS</a></p>
68-
<br><br><br><br>
69-
</div>
70-
</div>
71-
<div id="footer" style="width: 100%; height: 70px; transform: translateY(-14px); background-color: black;">
72-
<p style="color: white; font-size: 15px; transform: translateY(30px);">site made by turtle boi with pure code.</p>
73-
</div>
74-
</div>
7513
</body>
7614
</html>

0 commit comments

Comments
 (0)