updated v2 test version: added headings
This commit is contained in:
parent
bc1e6acba5
commit
4d3ae14656
1 changed files with 49 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="shortcut icon" href="img/samuel.png">
|
||||
|
||||
<!--<link rel="stylesheet" href="css/app.css" type="text/css" media="screen"/>-->
|
||||
<link rel="stylesheet" href="css/app.css" type="text/css" media="screen"/>
|
||||
|
||||
<script type="text/javascript" src="js/vendor/jquery-2.2.4.min.js"></script>
|
||||
<!--<script type="text/javascript" src="js/vendor/jquery.easing.min.js"></script>-->
|
||||
|
@ -52,14 +52,45 @@
|
|||
/*justify-content: stretch;*/
|
||||
align-items: stretch;
|
||||
/*align-content: stretch;*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.headers .magician {
|
||||
color: #000000;
|
||||
font-family: "Minotaur", cursive;
|
||||
font-weight: normal;
|
||||
font-size: 5rem;
|
||||
text-shadow: 0 0 1rem #ffffff;
|
||||
}
|
||||
|
||||
.headers .developer {
|
||||
color: #ffffff;
|
||||
font-family: "Minotaur", monospace;
|
||||
font-weight: bold;
|
||||
font-size: 5rem;
|
||||
text-shadow: 0 0 1rem #000000;
|
||||
}
|
||||
|
||||
.headers a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.headers .codes {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.headers .magic {
|
||||
flex-grow: 1.8;
|
||||
flex-grow: 0.6;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.headers .padding {
|
||||
flex-grow: 1.3;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -92,6 +123,10 @@
|
|||
"left": traX + "px",
|
||||
"top": traY + "px"
|
||||
});
|
||||
$('#links').css({
|
||||
"left": traX + "px",
|
||||
"top": traY + "px"
|
||||
});
|
||||
$('#top-image').css({
|
||||
"left": traX2 + "px",
|
||||
"top": traY2 + "px"
|
||||
|
@ -101,8 +136,18 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="top-image" class="image"></div>
|
||||
<code>
|
||||
<svg id="topper-image" class="image" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
<div id="topper-image" class="image"></div>
|
||||
<div class="headers">
|
||||
<div class="codes">
|
||||
<h1 class="developer">Software Engineer</h1>
|
||||
</div>
|
||||
<div class="padding"></div>
|
||||
<div class="magic">
|
||||
<h1 class="magician">Magician</h1>
|
||||
</div>
|
||||
</div>
|
||||
<code id="links" class="image">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="1.1" width="100%" height="100%" viewBox="0 0 2560 1440" preserveAspectRatio="xMidYMid slice">
|
||||
<a xlink:href="//sp-codes.de" style="width: 100%; height: 100%;">
|
||||
<path d="M 0,796 C 0,796 1330,480 2560,460 L 2560,0 L 0,0 Z" fill-opacity="0"></path>
|
||||
|
|
Loading…
Reference in a new issue