Skip to content

Instantly share code, notes, and snippets.

View sbernhardi's full-sized avatar

Soenke Bernhardi sbernhardi

View GitHub Profile
@sbernhardi
sbernhardi / about.html
Last active September 29, 2016 15:05
Futuredev's About-page
<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>About Me</title>
<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>Contact</title>
@sbernhardi
sbernhardi / faq.html
Created September 29, 2016 15:03
faq.html
<!DOCTYPE html>
<html lang ="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>FAQ</title>
body {
position: relative;
background-color: #fffeea;
color: #34495e;
padding-top: 30px;
}
.navbar {
background-color: #000;
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FutureDev's Firstborn</title>
@sbernhardi
sbernhardi / index.html
Last active November 7, 2016 17:14
CF Achievement 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FutureDev's Firstborn</title>
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet">
@sbernhardi
sbernhardi / styles.css
Last active November 7, 2016 17:14
CF Achievement 2 CSS
body {
position: relative;
background-color: #fffeea;
color: #34495e;
padding-top: 30px;
}
.navbar {
background-color: #000;
color: #fff;
@sbernhardi
sbernhardi / scripts.js
Last active November 7, 2016 17:13
CF Achievement 2 JS
// TWITTER API
!function(d,s,id) {
var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)) {
js=d.createElement(s);
js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js,fjs);
}
}(document, 'script', 'twitter-wjs');
@sbernhardi
sbernhardi / work.js
Last active November 7, 2016 17:15
CF Achievement 2 JS
var path ="img/work/"
var works = [
{
title: "First Project",
pic: path+"grass.jpg",
link_url: "https://en.wikipedia.org/wiki/G%C3%BCnter_Grass"
},
{
title: "Second Project",
@sbernhardi
sbernhardi / index.html
Last active November 8, 2016 15:02
CF Calculator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FutureDev's Calculator</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">