-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
146 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<!DOCTYPE HTML> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Thijs de Koning" /> | ||
<meta name="description" content="Portfolio Website, Website, Application developer." /> | ||
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, SWIFT, SWIFTUI, Modern, Fresh, Competative, Sportive, esport" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Thijs de Koning</title> | ||
<link href="assets/icons/logo.svg" rel="shortcut icon" type="image/svg+xml" /> | ||
<link href="/builderfiles/config.css" rel="stylesheet"/> | ||
<link defer href="css/construct.css" rel="stylesheet" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="author" content="Thijs de Koning"/> <!-- Who Wrote the page content? --> | ||
<meta name="description" content="Lets shape the digital landscape anad make people happy!"/> <!-- What is the website about? --> | ||
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, Modern, Fresh, Competative, Sportive, Sustainable, Partnership, esport"/> <!-- What are keywords to the subject? --> | ||
<meta name="apple-mobile-web-app-title" content="THLDK"> | ||
<title>Euhmm...</title> | ||
<link media="screen" type="image/svg+xml" rel="shortcut icon" href="/assets/icons/logo.svg"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="/builderfiles/config.css"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="/css/config.css"> | ||
<link media="screen" type="image/svg+xml" rel="apple-touch-icon" href="/assets/icons/logo.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="apple-touch-icon" href="/assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="shortcut icon" href="/assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="text/css" rel="stylesheet" href="/css/darkmode.css"> | ||
<link media="screen and (max-width:45rem)" type="text/css" rel="stylesheet" href="/css/x-small.css"> | ||
<link media="screen and (min-width:120rem)" type="text/css" rel="stylesheet" href="/css/x-large.css"> | ||
</head> | ||
<body class="mreset bc0"> | ||
<nav class="flex h20 axm axs row space-between pfixed w100"> <!--pfixed--> | ||
<div class="flex axm w33 space-between padleft"> | ||
<a href="/index.html"><img class="simg" src="assets/icons/logo-white.svg" alt=""></a> | ||
</div> | ||
</nav> | ||
|
||
<section class="flex axm axs col h90"> | ||
<div class="flex col"> | ||
<h2>PAGE NOT FOUND!</h2> | ||
<p>This website is underconstruction, please be patient while i'm building this epic website, everything will be revealed soon!</p> | ||
<a class="btnprime" href="/index.html">Follow me back to the start!</a> | ||
</div> | ||
|
||
<body> | ||
<section class="h90 flex col"> | ||
<h1>Welcome to the void :]</h1> | ||
<a href="../index.html">return to home</a> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="author" content="Thijs de Koning" /> | ||
<meta name="description" content="Portfolio Website, Website, Application developer." /> | ||
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, SWIFT, SWIFTUI, Modern, Fresh, Competative, Sportive, esport" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>Thijs de Koning</title> | ||
<link href="assets/icons/logo.svg" rel="shortcut icon" type="image/svg+xml" /> | ||
<link href="/builderfiles/config.css" rel="stylesheet"/> | ||
<link defer href="css/construct.css" rel="stylesheet" /> | ||
</head> | ||
<body class="mreset bc0"> | ||
<nav class="flex h20 axm axs row space-between pfixed w100"> <!--pfixed--> | ||
<div class="flex axm w33 space-between padleft"> | ||
<a href="/index.html"><img class="simg" src="assets/icons/logo-white.svg" alt=""></a> | ||
</div> | ||
</nav> | ||
|
||
<section class="flex axm axs col h90"> | ||
<div class="flex col"> | ||
<h2>PAGE NOT FOUND!</h2> | ||
<p>This website is underconstruction, please be patient while i'm building this epic website, everything will be revealed soon!</p> | ||
<a class="btnprime" href="/index.html">Follow me back to the start!</a> | ||
</div> | ||
|
||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +0,0 @@ | ||
:root{ | ||
--black:0, 0, 0; | ||
--white:255, 255, 255; | ||
--white-dark:245, 245, 245; | ||
--black-light:20, 20, 20; | ||
} | ||
|
||
@media (prefers-color-scheme:dark){ | ||
body{color:rgb(var(--white));} | ||
.bc0{background-color:rgb(var(--black));} | ||
.btnprime{color: rgb(var(--white));} | ||
} | ||
|
||
body{color:rgb(var(--black));} | ||
.bc0{background-color:rgb(var(--white));} | ||
.btnprime{color: rgb(var(--black));} | ||
|
||
@font-face { | ||
font-family: 'League Gothic'; | ||
src: url('../v04/font/LeagueGothic-Regular-VariableFont_wdth.ttf'); | ||
} | ||
|
||
body{font-family:sans-serif;padding-bottom: 10vh;scroll-behavior: smooth;} | ||
h1{font-size:6.8125rem;font-family: 'League Gothic', sans-serif;letter-spacing: 0.2rem;margin:0;} | ||
h2{font-size:4.1875rem;font-family: 'League Gothic', sans-serif;letter-spacing:0.2rem;margin:0;} | ||
p{max-width: 30rem;overflow-wrap:break-word;} | ||
|
||
.op03{opacity: 0.35;} | ||
.op08{opacity: 0.8;} | ||
.op10{opacity: 1;} | ||
|
||
.simg{width:20%;height:20%;} | ||
|
||
.pfixed{position:fixed;} | ||
.bgi{position: absolute;z-index: -1;} | ||
::-webkit-scrollbar{display: none;} | ||
|
||
.btnprime{background-color:blue;border-radius: 1rem;padding:2rem;} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="author" content="Thijs de Koning"/> <!-- Who Wrote the page content? --> | ||
<meta name="description" content="Lets shape the digital landscape anad make people happy!"/> <!-- What is the website about? --> | ||
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, Modern, Fresh, Competative, Sportive, Sustainable, Partnership, esport"/> <!-- What are keywords to the subject? --> | ||
<meta name="apple-mobile-web-app-title" content="THLDK"> | ||
<title>Projects</title> | ||
<link media="screen" type="image/svg+xml" rel="shortcut icon" href="../assets/icons/logo.svg"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="../builderfiles/config.css"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="../css/config.css"> | ||
<link media="screen" type="image/svg+xml" rel="apple-touch-icon" href="../assets/icons/logo.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="apple-touch-icon" href="../assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="shortcut icon" href="../assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="text/css" rel="stylesheet" href="../css/darkmode.css"> | ||
<link media="screen and (max-width:45rem)" type="text/css" rel="stylesheet" href="../css/x-small.css"> | ||
<link media="screen and (min-width:120rem)" type="text/css" rel="stylesheet" href="../css/x-large.css"> | ||
</head> | ||
<body> | ||
<section class="flex col"> | ||
<h2>Team Liquid - Website Redesign</h2> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Id debitis nemo voluptatibus voluptatum nesciunt similique dolorem qui blanditiis libero numquam officiis maxime, aut sapiente suscipit.</p> <!--What i did--> | ||
|
||
<h3>Lorem Ipsum</h3> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores et illum harum nulla maiores assumenda iusto, eveniet aliquid cupiditate quis.</p> <!--the outcomes--> | ||
|
||
<h3>Lorem Ipsum</h3> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores et illum harum nulla maiores assumenda iusto, eveniet aliquid cupiditate quis.</p> <!--the outcomes--> | ||
|
||
|
||
<h3>Lorem Ipsum</h3> | ||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Asperiores et illum harum nulla maiores assumenda iusto, eveniet aliquid cupiditate quis.</p> <!--the outcomes--> | ||
|
||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius, sed!</p> <!--Benefits--> | ||
</section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="author" content="Thijs de Koning"/> <!-- Who Wrote the page content? --> | ||
<meta name="description" content="Lets shape the digital landscape anad make people happy!"/> <!-- What is the website about? --> | ||
<meta name="keywords" content="Website developer, Freelance, Fullstack, HTML5, CSS3, JS, Modern, Fresh, Competative, Sportive, Sustainable, Partnership, esport"/> <!-- What are keywords to the subject? --> | ||
<meta name="apple-mobile-web-app-title" content="THLDK"> | ||
<title>Projects</title> | ||
<link media="screen" type="image/svg+xml" rel="shortcut icon" href="../assets/icons/logo.svg"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="../builderfiles/config.css"> | ||
<link media="screen" type="text/css" rel="stylesheet" href="../css/config.css"> | ||
<link media="screen" type="image/svg+xml" rel="apple-touch-icon" href="../assets/icons/logo.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="apple-touch-icon" href="../assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="image/svg+xml" rel="shortcut icon" href="../assets/icons/logo-white.svg"> | ||
<link media="screen and (prefers-color-scheme:dark)" type="text/css" rel="stylesheet" href="../css/darkmode.css"> | ||
<link media="screen and (max-width:45rem)" type="text/css" rel="stylesheet" href="../css/x-small.css"> | ||
<link media="screen and (min-width:120rem)" type="text/css" rel="stylesheet" href="../css/x-large.css"> | ||
</head> | ||
<body> | ||
<section class="h90 flex col"> | ||
<h1>Welcome to the void :]</h1> | ||
<a href="../index.html">return to home</a> | ||
</section> | ||
</body> | ||
</html> |