|
<html> |
|
<head> |
|
<style> |
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype'); |
|
} |
|
|
|
|
|
|
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 300; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 500; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVc.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 600; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Open Sans'; |
|
font-style: normal; |
|
font-weight: 800; |
|
font-stretch: normal; |
|
src: url(https://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVc.ttf) format('truetype'); |
|
} |
|
</style> |
|
<title> |
|
Coming Soon Page |
|
</title> |
|
<meta charset="utf-8"> |
|
<meta content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" name="viewport"> |
|
<style type="text/css"> |
|
body { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.column1 { |
|
background: #111; |
|
width: 50%; |
|
height: 100%; |
|
float: left; |
|
} |
|
.column2 { |
|
background: #690; |
|
width: 50%; |
|
height: 100%; |
|
float: left; |
|
} |
|
.contents { |
|
position: absolute; |
|
top: 30%; color: #fff; |
|
text-align: center; |
|
margin: 0 auto; |
|
width: 98%; |
|
font-family: open sans; |
|
} |
|
.contents h3 { |
|
font-weight: 200; |
|
font-size: 26px; |
|
text-transform: uppercase; |
|
letter-spacing: 2px; |
|
} |
|
.title{text-transform: uppercase; font-size: 80px;} |
|
</style> |
|
</head> |
|
<body> |
|
<div class="column1"> |
|
</div> |
|
<div class="column2"> |
|
</div> |
|
<div class="contents"> |
|
<h1 class="title"> |
|
<span1> |
|
Global |
|
</span1> |
|
<span2> |
|
Jobs |
|
</span2> |
|
</h1> |
|
<h3> |
|
Hello, We will be right back very shortly. |
|
</h3> |
|
</div> |
|
</body> |
|
</html> |
|
|