restructure repo -> follows new layout
This commit is contained in:
26
ui/index.html
Executable file
26
ui/index.html
Executable file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home - janishutz.com</title>
|
||||
<meta name="description" content="Get informed about my projects, get in support or contact me">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
||||
<script src="./js/jquery.js"></script>
|
||||
<script src="./js/basicanimations.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="ContentToInclude"></div>
|
||||
<div class="mainstyle">
|
||||
<h1>Welcome to janishutz.com!</h1>
|
||||
<p>iOS Apps, PC apps, Websites</p>
|
||||
<p>Learn more about my projects!</p>
|
||||
<a class="linkbutton" href="./projects.html">Projects</a>
|
||||
|
||||
<br><br><br>
|
||||
Note: This website is not completed yet and some pages are still missing! The design will also change to something more appealing in the future
|
||||
</div>
|
||||
|
||||
<div id="Footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user