Updated /feedback, added a footer and redid contact page
parent
3d02dbc018
commit
558f4e57c0
@ -1 +1,49 @@
|
||||
jslkf
|
||||
.feedbackContent {
|
||||
background-color: #33353d;
|
||||
float: left;
|
||||
margin-top: 55px;
|
||||
width: 100%;
|
||||
}
|
||||
.feedback {
|
||||
display: inline-block;
|
||||
padding: 14vh 0 14vh 5%;
|
||||
width: 50%;
|
||||
vertical-align: top;
|
||||
border-right: #454752 4px solid;
|
||||
border-bottom: #454752 4px solid;
|
||||
}
|
||||
.user {
|
||||
display: inline-block;
|
||||
min-width: 8rem;
|
||||
}
|
||||
.user h3 {
|
||||
text-align: center;
|
||||
}
|
||||
.userImg {
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
margin-left: calc(50% - 4rem);
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.userFeedback {
|
||||
font-family: 'Open Sans';
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-left: 2rem;
|
||||
padding-left: 1rem;
|
||||
border-left: #ededed 2px solid;
|
||||
width: 30rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
@media screen and (min-width:0px) and (max-width:1525px) {
|
||||
.feedback {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 5vh 0 5vh;
|
||||
border-right: 0;
|
||||
border-bottom: #454752 4px solid;
|
||||
}
|
||||
.user {
|
||||
margin-left: calc(50% - 20rem);
|
||||
}
|
||||
}
|
||||
|
@ -1 +1,75 @@
|
||||
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Playground</title> <link rel="stylesheet" href="/resources/css/cssall.css"> <link rel="stylesheet" href="/resources/css/navbar.css"> <link rel="stylesheet" href="/playground/css.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"></head><body> <div id="content"> <div id="codeContent"> <div> <button onclick="showCode('html')" class="langButton" id="htmlButton">HTML</button> <button onclick="showCode('css')" class="langButton" id="cssButton">CSS</button> <button onclick="showCode()" class="langButton" id="jsButton">JS</button> <button class="options" id="autoRun" onclick="autoRun()">AUTORUN</button> <button onclick="updateCode('run')" class="options">RUN</button> <textarea class="input langInput" id="htmlInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea> <textarea class="input langInput" id="cssInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea> <textarea class="input langInput" id="jsInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea> </div></div><iframe id="htmlOutput"></iframe> </div><script src="/playground/emmet.min.js"></script> <script src="/resources/js/navbar.json.js"></script> <script src="/resources/js/insertNavbar.js"></script> <script src="/resources/js/javall.js"></script> <script src="/playground/js.js"></script></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Playground</title>
|
||||
<link rel="stylesheet" href="/resources/css/cssall.css">
|
||||
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||||
<link rel="stylesheet" href="/playground/css.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="codeContent">
|
||||
<div>
|
||||
<button onclick="showCode('html')" class="langButton" id="htmlButton">HTML</button>
|
||||
<button onclick="showCode('css')" class="langButton" id="cssButton">CSS</button>
|
||||
<button onclick="showCode()" class="langButton" id="jsButton">JS</button>
|
||||
<button class="options" id="autoRun" onclick="autoRun()">AUTORUN</button>
|
||||
<button onclick="updateCode('run')" class="options">RUN</button>
|
||||
<textarea class="input langInput" id="htmlInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea>
|
||||
<textarea class="input langInput" id="cssInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea>
|
||||
<textarea class="input langInput" id="jsInput" onkeyup="updateCode('autoRun')" spellcheck="false"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<iframe id="htmlOutput"></iframe>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
|
||||
<!-- Info -->
|
||||
<div>
|
||||
<h4>LINKS</h4>
|
||||
<ul>
|
||||
<li><a href="https://samtaen.ml">Sam Taen</a></li>
|
||||
<li><a href="http://jonathanbos.nl">Jonathan Bos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4>SOCIAL</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/channel/UCYuqpoMay5SezCBrA_HKVWQ?view_as=subscriber">Youtube</a></li>
|
||||
<li><a href="https://twitter.com/GuusvanMeerveld">Twitter</a></li>
|
||||
<li><a href="https://www.reddit.com/user/Marho_">Reddit</a></li>
|
||||
<li><a href="https://instagram.com/gerda.6">Instagram</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4>TOOLS</h4>
|
||||
<ul>
|
||||
<li><a href="https://w3schools.com">W3schools</a></li>
|
||||
<li><a href="https://stackoverflow.com/">Stack overflow</a></li>
|
||||
<li><a href="https://cloudflare.com">Cloudflare</a></li>
|
||||
<li><a href="https://github.com">Github</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p id="copyright">© 2019 Guus van Meerveld</p>
|
||||
|
||||
</footer>
|
||||
|
||||
<script src="/playground/emmet.min.js"></script>
|
||||
<script src="/resources/js/navbar.json.js"></script>
|
||||
<script src="/resources/js/insertNavbar.js"></script>
|
||||
<script src="/resources/js/javall.js"></script>
|
||||
<script src="/playground/js.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -1 +1,67 @@
|
||||
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="/resources/css/cssall.css"> <link rel="stylesheet" href="/resources/css/navbar.css"> <script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <title>Vuurjongen en Watermeisje</title> <style>iframe{width: 100%; height: 94.7vh; border: 0; margin-top: 55px;}</style></head><body> <iframe id="game" src="https://html5.gamedistribution.com/3790681b69584409b7f681a8e400102d/" allowfullscreen></iframe> <script src="/resources/js/navbar.json.js"></script> <script src="/resources/js/insertNavbar.js"></script> <script src="/resources/js/javall.js"></script> <script src="/vuurjongen-en-watermeisje-4/js.js"></script></body></html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/resources/css/cssall.css">
|
||||
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||||
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
||||
<title>Vuurjongen en Watermeisje</title>
|
||||
<style>
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 94.7vh;
|
||||
border: 0;
|
||||
margin-top: 55px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<iframe id="game" src="https://html5.gamedistribution.com/3790681b69584409b7f681a8e400102d/" allowfullscreen></iframe>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
|
||||
<!-- Info -->
|
||||
<div>
|
||||
<h4>LINKS</h4>
|
||||
<ul>
|
||||
<li><a href="https://samtaen.ml">Sam Taen</a></li>
|
||||
<li><a href="http://jonathanbos.nl">Jonathan Bos</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4>SOCIAL</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/channel/UCYuqpoMay5SezCBrA_HKVWQ?view_as=subscriber">Youtube</a></li>
|
||||
<li><a href="https://twitter.com/GuusvanMeerveld">Twitter</a></li>
|
||||
<li><a href="https://www.reddit.com/user/Marho_">Reddit</a></li>
|
||||
<li><a href="https://instagram.com/gerda.6">Instagram</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div>
|
||||
<h4>TOOLS</h4>
|
||||
<ul>
|
||||
<li><a href="https://w3schools.com">W3schools</a></li>
|
||||
<li><a href="https://stackoverflow.com/">Stack overflow</a></li>
|
||||
<li><a href="https://cloudflare.com">Cloudflare</a></li>
|
||||
<li><a href="https://github.com">Github</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<p id="copyright">© 2019 Guus van Meerveld</p>
|
||||
|
||||
</footer>
|
||||
|
||||
<script src="/resources/js/navbar.json.js"></script>
|
||||
<script src="/resources/js/insertNavbar.js"></script>
|
||||
<script src="/resources/js/javall.js"></script>
|
||||
<script src="/vuurjongen-en-watermeisje-4/js.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in new issue