-
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
1 parent
11ca96d
commit f0d735a
Showing
7 changed files
with
145 additions
and
46 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,64 @@ | ||
footer | ||
{ | ||
background-image: linear-gradient(rgba(255, 255, 255, 0) , rgba(0, 0, 0, 0.507) ); | ||
backdrop-filter: blur(30px); | ||
display: flex; | ||
justify-content: space-around; | ||
position: absolute; | ||
text-align: center; | ||
bottom: 0; | ||
width: 100vw; | ||
height: 70px; | ||
padding: 10px; | ||
} | ||
|
||
@media only screen and (min-width: 720px) { | ||
|
||
.github_card:hover::before{ | ||
content: ''; | ||
width: 250px; | ||
height: 150px; | ||
background-image: url(/images/githubcard.png); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
position: absolute; | ||
bottom: 15vh; | ||
left: 22vw; | ||
animation: card 0.29s forwards; | ||
} | ||
|
||
.linkedin_card:hover::before{ | ||
content: ''; | ||
width: 250px; | ||
height: 150px; | ||
background-image: url(/images/linkedincard.png); | ||
background-size: cover; | ||
background-repeat: no-repeat; | ||
position: absolute; | ||
bottom: 15vh; | ||
right: 35vw; | ||
animation: card 0.29s forwards; | ||
} | ||
|
||
|
||
.medium_card:hover::before{ | ||
content: ''; | ||
width: 250px; | ||
height: 150px; | ||
background-image: url(/images/mediumcard.png); | ||
background-size: 100% 100%; | ||
background-repeat: no-repeat; | ||
position: absolute; | ||
bottom: 15vh; | ||
right: 8vw; | ||
animation: card 0.29s forwards; | ||
} | ||
|
||
@keyframes card{ | ||
0% {opacity: 0.5; } | ||
25% {transform: skewX(4deg);} | ||
50% {transform: skewX(2deg);} | ||
75% {transform: skewX(5deg);} | ||
100% {opacity: 1; transform: skewX(6deg); } | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -8,12 +8,14 @@ | |
<html> | ||
<head> | ||
<title>V A P O R s</title> | ||
<link rel="icon" href="/images/logo.png"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content="Vaporwave website design by Suneet Singh"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-----------------------------------CSS--------------------------------------------> | ||
<link rel="stylesheet" href="/main.css"> | ||
<link rel="stylesheet" href="/footer.css"> | ||
<!----------------------------------------------------------------------------------> | ||
|
||
|
||
|
@@ -28,6 +30,10 @@ | |
</head> | ||
|
||
<body> | ||
<video autoplay muted loop id="myVideo" "> | ||
<source src="/background/bg.mp4" type="video/mp4"> | ||
Your browser does not support HTML5 video. | ||
</video> | ||
|
||
<header> | ||
<div id="logo"> | ||
|
@@ -42,16 +48,16 @@ <h1 id="neon" title="ネオン">NEON | |
</header> | ||
|
||
|
||
<div id="wiv"> | ||
<p> <a href="https://en.m.wikipedia.org/wiki/Vaporwave#" style="color:#ff0000; font-family: 'Nikkyou Sans'; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black;" >ヴェイパーウェイヴ </a>(またはベイパーウェーブ、英:英:<span style="font-family: 'Montserrat', sans-serif;">v a p o r w a v e</span>)は、2010年代初頭にWeb上の音楽コミュニティから生まれた音楽のジャンルである。<br>過去に大量生産されて忘れ去られた人工物や技術への郷愁、消費資本主義や大衆文化、1980年代のヤッピー文化、ニューエイジへの批評や風刺として特徴づけられる。基本的にパソコンとDAWを用いて、素材の加工と切り貼りだけで制作される。</p> | ||
<div id="wiv" > | ||
<p> <a class="first_word" href="https://en.m.wikipedia.org/wiki/Vaporwave#" style="color:#ff0000; font-family: 'Nikkyou Sans'; -webkit-text-stroke-width: 0.5px; -webkit-text-stroke-color: black;" >ヴェイパーウェイヴ </a>(またはベイパーウェーブ、英:英:<span style="font-family: 'Montserrat', sans-serif;">v a p o r w a v e</span>)は、2010年代初頭にWeb上の音楽コミュニティから生まれた音楽のジャンルである。<br>過去に大量生産されて忘れ去られた人工物や技術への郷愁、消費資本主義や大衆文化、1980年代のヤッピー文化、ニューエイジへの批評や風刺として特徴づけられる。基本的にパソコンとDAWを用いて、素材の加工と切り貼りだけで制作される。</p> | ||
</div> | ||
|
||
|
||
<footer> | ||
<a href="mailto:[email protected]"><img src="/images/email.png" title="Email" alt="email" width="50px" height="50px" style="filter:drop-shadow(2px 2px 2px black)";></a> | ||
<a href="https://github.com/singh-suneet"><img src="/images/githhub.png" title="Github" alt="github" width="40px" height="40px" style="filter:drop-shadow(2px 2px 2px black);"></a> | ||
<a href="https://www.linkedin.com/in/suneet-singh-918491153" target="_blank"><img src='/images/linkedin.png' title="Linkedin" alt="linkedin" width="40px" height="40px" style="filter:drop-shadow(2px 2px 2px black) ;"></a> | ||
<a href="https://suneets1ngh.medium.com/" target="_blank"><img src="/images/medium.png" title="Medium" alt="medium" width="40px" height="40px"style="filter:drop-shadow(2px 2px 2px black) ;></a> | ||
<a href="https://github.com/singh-suneet"class="github_card"><img src="/images/githhub.png" title="Github" alt="github" width="40px" height="40px" style="filter:drop-shadow(2px 2px 2px black);"></a> | ||
<a href="https://www.linkedin.com/in/suneet-singh-918491153" target="_blank" class="linkedin_card"><img src='/images/linkedin.png' title="Linkedin" alt="linkedin" width="40px" height="40px" style="filter:drop-shadow(2px 2px 2px black) ;"></a> | ||
<a href="https://suneets1ngh.medium.com/" target="_blank" class="medium_card"><img src="/images/medium.png" title="Medium" alt="medium" width="40px" height="40px"style="filter:drop-shadow(2px 2px 2px black) ;></a> | ||
</footer> | ||
<script src="" async defer></script> | ||
|
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