| 
4 | 4 |         <meta charset="UTF-8">  | 
5 | 5 |         <link rel="stylesheet" href="styles.css">  | 
6 | 6 |         <link rel="icon" type="image/x-icon" href="/assets/henry.png">  | 
 | 7 | +        <script>  | 
 | 8 | +            window.location.replace("https://turtleboi.cc");  | 
 | 9 | +        </script>  | 
7 | 10 |         <title>turtle's portfolio</title>  | 
8 | 11 |     </head>  | 
9 | 12 |     <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>  | 
75 | 13 |     </body>  | 
76 | 14 | </html>  | 
0 commit comments