made a lot of changes (jquery now used)
This commit is contained in:
31
about.html
31
about.html
@@ -2,37 +2,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>About - janishutz.com</title>
|
||||
<link rel="stylesheet" href="./mainstyle.css">
|
||||
<link rel="stylesheet" href="./css/mainstyle.css">
|
||||
<script src="./js/jquery.js"></script>
|
||||
<script src="./js/basicanimations.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="stickybox">
|
||||
<ul class="Menu">
|
||||
<li class="mainitems"><a href="./index.html">Home</a></li>
|
||||
<li class="dropdown mainitems">
|
||||
<a href="./projects.html">Projects</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="subitems"><a href="./privacypolicy.html">QR & Barcode Insight</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">StorageManager</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">FSR Image & Video Upscaler Frontend</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">MusicPlayer</a></li>
|
||||
<li class="subitems"><a href="./privacypolicy.html">BiogasControllerApp</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown mainitems">
|
||||
<a href="#">About</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li class="subitems"><a href="./privacypolicy.html">Privacy Policy for apps</a></li>
|
||||
<li class="mainitems"><a href="./about.html">About me</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="mainitems"><a href="./support.html">Support</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="ContentToInclude"></div>
|
||||
<h1>About me</h1>
|
||||
<p>I am a young person that is still in the process of getting really experienced with programming. I am really passionate about my projects. You may find more of my projects on github!
|
||||
</p>
|
||||
<a href="https://github.com/simplePCBuilding">Github</a>
|
||||
<a class="linkbutton" href="https://github.com/simplePCBuilding">Github</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user