-
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
0 parents
commit 32bd0c8
Showing
172 changed files
with
18,345 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
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,144 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>404 Page not found</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&family=IBM+Plex+Mono:wght@300;400&"> | ||
|
||
<link rel="stylesheet" type="text/css" href="/css/desktop.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (min-height: 501px) and (max-height: 800px)" href="/css/laptop.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-height: 500px)" href="/css/handheld-h.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-height: 380px)" href="/css/handheld-h-narrow.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-width: 500px)" href="/css/handheld-v.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-width: 380px)" href="/css/handheld-v-narrow.css"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen and (min-width: 500px)" href="/css/overflow.css"> | ||
|
||
<link rel="stylesheet" type="text/css" href="/css/overflow.css"> | ||
|
||
|
||
|
||
<link rel="icon" href="https://jauntsdn.com/favicon.png"> | ||
|
||
|
||
<style> | ||
|
||
html body { | ||
font-family: 'Roboto Slab', sans-serif; | ||
background-color: white; | ||
} | ||
|
||
:root { | ||
--accent: #2196f3; | ||
--border-width: 2px ; | ||
} | ||
|
||
</style> | ||
|
||
|
||
<link rel="stylesheet" href="https://jauntsdn.com/css/main.css"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
|
||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | ||
|
||
|
||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
|
||
|
||
<script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | ||
<meta name="generator" content="Hugo 0.70.0" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
|
||
<a class="navbar-brand visible-xs" href="/">Home</a> | ||
|
||
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
</div> | ||
<div class="collapse navbar-collapse"> | ||
|
||
<ul class="nav navbar-nav"> | ||
|
||
<li><a href="/">Home</a></li> | ||
|
||
<li><a href="/mstreams/">Mstreams</a></li> | ||
|
||
<li><a href="/projects/">Projects</a></li> | ||
|
||
<li><a href="/post/">Blog</a></li> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li class="navbar-icon"><a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></li> | ||
|
||
<li class="navbar-icon"><a href="https://github.com/jauntsdn/"><i class="fa fa-github"></i></a></li> | ||
|
||
<li class="navbar-icon"><a href="https://twitter.com/ostroverkhov/"><i class="fa fa-twitter"></i></a></li> | ||
|
||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<main> | ||
<div class="intro"> | ||
<h1>¯\_(ツ)_/¯</h1> | ||
<h2>Nothing here</h2> | ||
</div> | ||
</main> | ||
|
||
<footer> | ||
<p class="copyright text-muted">© Maksym Ostroverkhov</p> | ||
</footer> | ||
|
||
|
||
|
||
|
||
</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 @@ | ||
jauntsdn.com |
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,150 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Categories</title> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&family=IBM+Plex+Mono:wght@300;400&"> | ||
|
||
<link rel="stylesheet" type="text/css" href="/css/desktop.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (min-height: 501px) and (max-height: 800px)" href="/css/laptop.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-height: 500px)" href="/css/handheld-h.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-height: 380px)" href="/css/handheld-h-narrow.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-width: 500px)" href="/css/handheld-v.css"> | ||
<link rel="stylesheet" type="text/css" media="screen and (max-width: 380px)" href="/css/handheld-v-narrow.css"> | ||
|
||
<link rel="stylesheet" type="text/css" media="screen and (min-width: 500px)" href="/css/overflow.css"> | ||
|
||
<link rel="stylesheet" type="text/css" href="/css/overflow.css"> | ||
|
||
|
||
|
||
<link rel="icon" href="https://jauntsdn.com/favicon.png"> | ||
|
||
|
||
<style> | ||
|
||
html body { | ||
font-family: 'Roboto Slab', sans-serif; | ||
background-color: white; | ||
} | ||
|
||
:root { | ||
--accent: #2196f3; | ||
--border-width: 2px ; | ||
} | ||
|
||
</style> | ||
|
||
|
||
<link rel="stylesheet" href="https://jauntsdn.com/css/main.css"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%20Slab"> | ||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | ||
|
||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> | ||
|
||
|
||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | ||
|
||
|
||
<script>$(document).on('click', function() { $('.collapse').collapse('hide'); })</script> | ||
<meta name="generator" content="Hugo 0.70.0" /> | ||
|
||
<link href="/categories/index.xml" rel="alternate" type="application/rss+xml" title="JAUNT.SDN" /> | ||
<link href="/categories/index.xml" rel="feed" type="application/rss+xml" title="JAUNT.SDN" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
|
||
<a class="navbar-brand visible-xs" href="/">Home</a> | ||
|
||
<button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
</div> | ||
<div class="collapse navbar-collapse"> | ||
|
||
<ul class="nav navbar-nav"> | ||
|
||
<li><a href="/">Home</a></li> | ||
|
||
<li><a href="/mstreams/">Mstreams</a></li> | ||
|
||
<li><a href="/projects/">Projects</a></li> | ||
|
||
<li><a href="/post/">Blog</a></li> | ||
|
||
</ul> | ||
|
||
|
||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li class="navbar-icon"><a href="mailto:[email protected]"><i class="fa fa-envelope-o"></i></a></li> | ||
|
||
<li class="navbar-icon"><a href="https://github.com/jauntsdn/"><i class="fa fa-github"></i></a></li> | ||
|
||
<li class="navbar-icon"><a href="https://twitter.com/ostroverkhov/"><i class="fa fa-twitter"></i></a></li> | ||
|
||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<main> | ||
|
||
<h2>Categories</h2> | ||
|
||
|
||
|
||
</main> | ||
|
||
|
||
|
||
<footer> | ||
<p class="copyright text-muted">© Maksym Ostroverkhov</p> | ||
</footer> | ||
|
||
|
||
|
||
|
||
</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,14 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on JAUNT.SDN</title> | ||
<link>https://jauntsdn.com/categories/</link> | ||
<description>Recent content in Categories on JAUNT.SDN</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language> | ||
|
||
<atom:link href="https://jauntsdn.com/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
|
||
|
||
</channel> | ||
</rss> |
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 @@ | ||
<!DOCTYPE html><html><head><title>https://jauntsdn.com/categories/</title><link rel="canonical" href="https://jauntsdn.com/categories/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://jauntsdn.com/categories/" /></head></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,31 @@ | ||
.intro { | ||
transform: translateY(22vh); | ||
} | ||
|
||
.intro > h1 { | ||
color: #212121; | ||
font-size: 80px; | ||
} | ||
|
||
.intro > h2 { | ||
color: #757575; | ||
font-size: 21px; | ||
} | ||
|
||
.mstreams { | ||
width: 510px; | ||
transform: translateY(20vh); | ||
} | ||
|
||
.mstreams-capt { | ||
font-size: 25px; | ||
} | ||
|
||
.mstreams-desc { | ||
font-size: 19px; | ||
padding-left: 24px; | ||
} | ||
|
||
.navbar-nav > li > a { | ||
font-size: 16px; | ||
} |
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 @@ | ||
.intro > h1 { | ||
color: #212121; | ||
font-size: 56px; | ||
margin-bottom: 0px; | ||
} | ||
|
||
.intro > h2 { | ||
color: #757575; | ||
font-size: 15px; | ||
} | ||
|
||
div.intro h1 + h2 { | ||
margin-top: 0px; | ||
} | ||
|
||
.mstreams { | ||
width: 510px; | ||
transform: translateY(5vh); | ||
} | ||
|
||
.mstreams-capt { | ||
font-size: 18px; | ||
} | ||
|
||
.mstreams-desc { | ||
font-size: 16px; | ||
} |
Oops, something went wrong.