Upload files to "/"
This commit is contained in:
101
index.html
Normal file
101
index.html
Normal file
@@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>WullieStudio - Game Development</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Navigation -->
|
||||
<header>
|
||||
<nav class="navbar">
|
||||
<div class="logo">WullieStudio</div>
|
||||
<input type="checkbox" id="menu-toggle">
|
||||
<label for="menu-toggle" class="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</label>
|
||||
<ul class="nav-links">
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#projects">Projects</a></li>
|
||||
<li><a href="https://git.wulliestudio.com/wullie">Git</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<li><a href="gpg/index.html">GPG Key</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<!-- Dev Section -->
|
||||
<section id="home" class="Dev">
|
||||
<h1>Building worlds 1 line at a time</h1>
|
||||
<p>Welcome</p>
|
||||
</section>
|
||||
|
||||
<!-- About Section -->
|
||||
<section id="about" class="section">
|
||||
<h2>About Me</h2>
|
||||
<p>I’m an independent developer with a strong passion for C.</p>
|
||||
<p>Please note: more projects may be on my git server, if there are it means i havent updated the website or they are not notable enough for here</p>
|
||||
</section>
|
||||
|
||||
<!-- Projects Section -->
|
||||
<section id="projects" class="section">
|
||||
<h2>Projects</h2>
|
||||
|
||||
<a href="wrathmark/index.html" class="project-card">
|
||||
<h3>WrathMark Licence</h3>
|
||||
<p>A custom opensource licence that prevents AI companys form having the right to use your creations</p>
|
||||
</a>
|
||||
|
||||
<a href="crymzonKey/index.html" class="project-card">
|
||||
<div class ="project-header">
|
||||
<h3>CrimzonKey</h3>
|
||||
<img src="images/WIP.png" alt="WIP banner">
|
||||
</div>
|
||||
<p> WIP Oauth API written in C</p>
|
||||
</a>
|
||||
|
||||
<a href="wcEngine/index.html" class="project-card">
|
||||
<div class="project-header">
|
||||
<h3>WcEngine</h3>
|
||||
<img src="images/WIP.png" alt="WIP banner">
|
||||
</div>
|
||||
<p>A WIP moddern game engine written in C</p>
|
||||
</a>
|
||||
|
||||
<a href="foliaPlugins/index.html" class="project-card">
|
||||
<h3>Minecraft Plugins</h3>
|
||||
<p>Plugins i maintain / have written</p>
|
||||
</a>
|
||||
|
||||
<a href="godsBot/index.html" class="project-card">
|
||||
<h3>God's Bot</h3>
|
||||
<p>A satirical discord bot in C and wren</p>
|
||||
</a>
|
||||
|
||||
<a href="stdwullie/index.html" class="project-card">
|
||||
<h3>StdWullie</h3>
|
||||
<p>A library for C written without the use of glibc </p>
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!-- Contact Section -->
|
||||
<section id="contact" class="section">
|
||||
<h2>Contact</h2>
|
||||
<p>Have an enquiry <a href="mailto:wullie@wulliestudio.com">wullie@wulliestudio.com</a>.</p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© 2023 - 2026 WullieStudio. See WrathMark</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user