Skip to content

Commit

Permalink
Merge pull request #2 from shamshitty/new
Browse files Browse the repository at this point in the history
New
  • Loading branch information
invisyarcticfox committed Nov 10, 2023
2 parents 41ff9cd + a839f9d commit 1941518
Show file tree
Hide file tree
Showing 37 changed files with 368 additions and 225 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404</title>
<link rel="shortcut icon" href="https://shamshitty.xyz/assets/avatar2.png" type="image/x-icon">
<link rel="stylesheet" href="https://shamshitty.xyz/assets/master.css">
</head>
<body style="margin: 20px;">
woops, you hit a 404. thats either my fault or yours <br>
heres a <a href="https://shamshitty.xyz">home page</a> link
</body>
</html>
7 changes: 7 additions & 0 deletions assets/_vars.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
$bg: #141414;
$bg2: #000;
$fg: #fff;
$lgrey: #aaa;
$accent: #0e0;
$av-wh: 500px;
$outline: 5px solid;
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
19 changes: 19 additions & 0 deletions assets/bAndV/styles/_mobile.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@media screen and (max-width: 720px){
h1 {
font-size: 40px;
}
.cont {
width: 90%;

span {
font-size: 20px;
margin-bottom: 25px;
}
img, video {
width: 100%;
}
.vnote {
font-size: 20px;
}
}
}
51 changes: 51 additions & 0 deletions assets/bAndV/styles/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
body {
text-align: center;
margin-bottom: 100px;
}

h1 {
margin-top: 50px;
font-size: 60px;
}

.cont {
width: 75%;
margin: 0 auto;
}
.cont span {
font-size: 30px;
display: block;
margin-bottom: 50px;
}
.cont img, .cont video {
margin: 10px auto;
}
.cont .vnote {
font-size: 25px;
}

.divider {
width: 85%;
height: 1px;
background: #aaa;
margin: 20px auto;
}

@media screen and (max-width: 720px) {
h1 {
font-size: 40px;
}
.cont {
width: 90%;
}
.cont span {
font-size: 20px;
margin-bottom: 25px;
}
.cont img, .cont video {
width: 100%;
}
.cont .vnote {
font-size: 20px;
}
}/*# sourceMappingURL=custom.css.map */
1 change: 1 addition & 0 deletions assets/bAndV/styles/custom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 15 additions & 10 deletions assets/blender/custom.scss → assets/bAndV/styles/custom.scss
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
@import '../../vars';


body {
text-align: center;

#back {
text-align: left !important;
}
margin-bottom: 100px;
}

h1 {
margin-top: 50px;
font-size: 2.5em;
font-size: 60px;
}

.cont {
width: 75%;
margin: 0 auto;

span {
font-size: 1.75em;
font-size: 30px;
display: block;
margin-bottom: 35px;
margin-bottom: 50px;
}
img, video {
margin: 10px auto;
}

.vnote {
font-size: 25px;
}
}
.divider {
width: 85%;
height: 1px;
background: #aaa;
background: $lgrey;
margin: 20px auto;
}
}


@import './mobile';
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/bAndV/vid/crump.mp4
Binary file not shown.
Binary file added assets/bAndV/vid/crush.mp4
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added assets/bAndV/vid/you.mp4
Binary file not shown.
31 changes: 0 additions & 31 deletions assets/blender/custom.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/blender/custom.css.map

This file was deleted.

62 changes: 0 additions & 62 deletions assets/index/custom.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/index/custom.css.map

This file was deleted.

69 changes: 0 additions & 69 deletions assets/index/custom.scss

This file was deleted.

35 changes: 35 additions & 0 deletions assets/index/styles/_mobile.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@media screen and (max-width: 720px){
body {
margin: 0 10px;
}

main {
transform: translate(0%, 15vh);

h1 {
font-size: 50px;
}
.desc {
font-size: 20px;
}
}

#links {
width: 90%;
font-size: 25px;

div {
width: 90%;
a {
&::after {
left: 45%;
width: 10%;
}
&:hover::after {
width: 25%;
left: 37.5%;
}
}
}
}
}
Loading

0 comments on commit 1941518

Please sign in to comment.