Skip to content

Instantly share code, notes, and snippets.

@Phoenix23A
Created January 19, 2017 21:36
Show Gist options
  • Save Phoenix23A/6943202f11340d0f0794b123a35e6d13 to your computer and use it in GitHub Desktop.
Save Phoenix23A/6943202f11340d0f0794b123a35e6d13 to your computer and use it in GitHub Desktop.
<!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">
<script src="dist/html5shiv.js"></script>
<link rel="stylesheet" href="contact_styles.css">
<link rel="stylesheet" type="text/css" href="/Users/phoenix/Desktop/CareerFoundry /Web Developer Course Atom/Section 1 /resources/css/contact_styles.css">
<title>Contact</title>
</head>
<body>
<div class"container">
<div class"header">
<h1>Contact Me!</h1>
</div> <!--End First Container-->
</div>
<div class"jumbotron">
<h3>Name: Kevin</h3>
<h3>Surname: Meier</h3>
<br>
<p>Contact Me here on Mobile or Mail</p>
<br>
<a href="#">Mail</a> <!--Here is a Placeholder for the Email Adress-->
<br>
<a>Mobile: 000 000 00 00</a>
<p>Facebook</p>
</div> <!--End jumbotron Container-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>
<!--- CSS File Starts here for Overview maybe better for you to see this too I know its not right how i put it in but i thin maybe is better whenn you see all the code--->
html {
height: 100%;
}
body {
background-image: url("/Users/phoenix/Desktop/CareerFoundry /Web Developer Course Atom/Section 1 /resources/css/imgs/nqswvyvrijk-vadim-sherbakov.jpg");
background-position: center;
background-size: cover;
overflow: hidden;
position: relative;
float: left;
width: 100%;
height: 100%;
}
.header, h1{
text-align: center;
color: white;
font-size: 5em;
}
.container, h3 {
text-align: center;
color: white;
font-size: 2em;
}
.jumbotron, h3, p, a, href {
text-align: center;
color: white;
font-size: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment