Deleted Files
This commit is contained in:
parent
f788a50b13
commit
bae494653f
@ -1,2 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"url": "https://example1.com",
|
|
||||||
"title": "Example 1"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://example2.com",
|
|
||||||
"title": "Example 2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://example3.com",
|
|
||||||
"title": "Example 3"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
@ -1,64 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Portofolio</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<header class="header">
|
|
||||||
<a href="index.html">
|
|
||||||
<div class="logo">
|
|
||||||
<h3 class="logo__symbol">Hello world</h3>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<nav class="menu">
|
|
||||||
<ul class="menu__inner">
|
|
||||||
<li>
|
|
||||||
<a href="/about.html">About</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/projects.html">Projects</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/articles.html">Articles</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main class="post">
|
|
||||||
<h1>These are SD webrings:</h1>
|
|
||||||
<?php
|
|
||||||
$json = file_get_contents('webring.json');
|
|
||||||
$webring = json_decode($json, true);
|
|
||||||
if (isset($_GET['action']) && $_GET['action'] === 'random') {
|
|
||||||
$randomIndex = array_rand($webring);
|
|
||||||
header("Location: ". $webring[$randomIndex]['url']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
if (!isset($_GET['action']) || $_GET['action']!== 'random') {
|
|
||||||
foreach ($webring as $website) {
|
|
||||||
echo '<a href="'. $website['url']. '">'. $website['title']. '</a><br>';
|
|
||||||
}
|
|
||||||
}?>
|
|
||||||
</main>
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="footer__content">
|
|
||||||
<a href="https://polarisfm.neocities.org/">Inspired by Polarisfm</a>
|
|
||||||
<p>|</p>
|
|
||||||
<p>Made by E. van Aubel</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1,100 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Portofolio</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<header class="header">
|
|
||||||
<a href="index.html">
|
|
||||||
<div class="logo">
|
|
||||||
<h3 class="logo__symbol">Hello world</h3>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<nav class="menu">
|
|
||||||
<ul class="menu__inner">
|
|
||||||
<li>
|
|
||||||
<a href="/about.html">About</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/projects.html">Projects</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/check.php">Blogs</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<div class="content">
|
|
||||||
<main class="content__main">
|
|
||||||
<div class="content__div">
|
|
||||||
<img class="profile__picture" src="media/image_proxy.png">
|
|
||||||
<img class="handwriting__svg" src="media/handwriting/welcome.svg" alt="">
|
|
||||||
<br>
|
|
||||||
<img class="handwriting__svg" src="media/handwriting/im-e-van-aubel.svg" alt="">
|
|
||||||
<br>
|
|
||||||
<img class="handwriting__svg" src="media/handwriting/im-a-software-developer.svg" alt="">
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<div class="content__menu">
|
|
||||||
<a href="mailto:privateduck@renn.es"><img class="icon__svg" src="media/mail.svg" alt="mail icon"></a>
|
|
||||||
<a href="https://github.com/JerukPurut404"><img class="icon__svg" src="media/github.svg" alt="github icon"></a>
|
|
||||||
<a href="https://anilist.co/user/JerukPurut/"><img class="icon__svg" src="media/anilist.svg" alt="Anilist icon"></a>
|
|
||||||
<a href="https://www.linkedin.com/in/e-van-aubel"><img class="icon__svg" src="media/linkedin.svg" alt="linkedin icon"></a>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<main class="post">
|
|
||||||
<article class="post__article">
|
|
||||||
<ul class="post__lists">
|
|
||||||
<li class="post__list">Highlighted Skills</li>
|
|
||||||
<a href="https://www.python.org/"><img class="icon__svg" src="media/python.svg" alt="python icon"></a>
|
|
||||||
<a href="https://www.php.net/"><img class="icon__svg" src="media/php.svg" alt="php icon"></a>
|
|
||||||
<a href="https://developer.mozilla.org/en-US/docs/Web/javascript"><img class="icon__svg" src="media/javascript.svg" alt="javascript icon"></a>
|
|
||||||
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><img class="icon__svg" src="media/css3.svg" alt="css icon"></a>
|
|
||||||
</ul>
|
|
||||||
<ul class="post__lists">
|
|
||||||
<li class="post__list">Highlighted Project</li>
|
|
||||||
<section class="post__icons">
|
|
||||||
<li class="post__list"> <a href="https://github.com/JerukPurut404/EindOpdrachtVGM"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
||||||
<li class="post__list"> <a href="https://35023.hosts1.ma-cloud.nl/EindOpdrachtVGM/Eugene's_folder/index.html"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="post__list"> National Videogame Museum Redesign Website. </li>
|
|
||||||
</ul>
|
|
||||||
<li class="box-wrapper">
|
|
||||||
<ul class="box__lists">
|
|
||||||
<li class="box__list">Highlighted Project 1</li>
|
|
||||||
<section class="box__icons">
|
|
||||||
<li class="box__list"> <a href="https://github.com/JerukPurut404/EindOpdrachtVGM"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
||||||
<li class="box__list"> <a href="https://35023.hosts1.ma-cloud.nl/EindOpdrachtVGM/Eugene's_folder/index.html"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="box__list"> National Videogame Museum Redesign Website. </li>
|
|
||||||
</ul>
|
|
||||||
<ul class="box__lists">
|
|
||||||
<li class="box__list">Highlighted Project 2</li>
|
|
||||||
<section class="box__icons">
|
|
||||||
<li class="box__list"> <a href="https://github.com/JerukPurut404/EindOpdrachtVGM"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
||||||
<li class="box__list"> <a href="https://35023.hosts1.ma-cloud.nl/EindOpdrachtVGM/Eugene's_folder/index.html"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="box__list"> National Videogame Museum Redesign Website. </li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="footer__content">
|
|
||||||
<p>Made by E. van Aubel</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@ -1,71 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Projects</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<header class="header">
|
|
||||||
<a href="index.html">
|
|
||||||
<div class="logo">
|
|
||||||
<h3 class="logo__symbol">Hello world</h3>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<nav class="menu">
|
|
||||||
<ul class="menu__inner">
|
|
||||||
<li>
|
|
||||||
<a href="/about.html">About</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/projects.html">Projects</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="/articles.html">Articles</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<div class="content">
|
|
||||||
<main class="post">
|
|
||||||
<article class="post__article">
|
|
||||||
<h2 class="post__title">Projects</h2>
|
|
||||||
<div class="post__content">
|
|
||||||
<p>These are my previous projects in my school and all of them are avaliable in Github</p>
|
|
||||||
<ul class="post__lists">
|
|
||||||
<section class="post__icons">
|
|
||||||
<li class="post__list"> <a href="https://github.com/JerukPurut404/EindOpdrachtVGM"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
||||||
<li class="post__list"> <a href="https://35023.hosts1.ma-cloud.nl/EindOpdrachtVGM/Eugene's_folder/index.html"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="post__list"> National Videogame Museum Redesign Website. </li>
|
|
||||||
</ul>
|
|
||||||
<ul class="post__lists">
|
|
||||||
<section class="post__icons">
|
|
||||||
<li class="post__list"><a href="https://github.com/JerukPurut404/9292chan"><img class="icon__svg" src="media/github.svg" alt="github icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="post__list">Discontinued 9292chan</li>
|
|
||||||
</ul>
|
|
||||||
<ul class="post__lists">
|
|
||||||
<section class="post__icons">
|
|
||||||
<li class="post__list"> <a href="https://github.com/JerukPurut404/BasedDictionary"><img class="icon__svg" src="media/github.svg" alt="github icon"></a> </li>
|
|
||||||
<li class="post__list"> <a href="https://35023.hosts1.ma-cloud.nl/baseddict/"><img class="icon__svg" src="media/globe.svg" alt="website icon"></a></li>
|
|
||||||
</section>
|
|
||||||
<li class="post__list"> Based Dictionary</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
</main>
|
|
||||||
<footer class="footer">
|
|
||||||
<div class="footer__inner">
|
|
||||||
<div class="footer__content">
|
|
||||||
<a href="https://polarisfm.neocities.org/">Inspired by Polarisfm</a>
|
|
||||||
<p>|</p>
|
|
||||||
<p>Made by E. van Aubel</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Loading…
Reference in New Issue
Block a user