Skip to content

Commit

Permalink
NEW PROJECT! Favicon also
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah6544 committed Mar 22, 2024
1 parent 51708b0 commit 4fd10c0
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 61 deletions.
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<link rel="stylesheet" href="styles.css" media="screen and (min-width: 700px)">
<link rel="stylesheet" href="mobile.css" media="screen and (max-width: 699px)">
<script src="./javascript/loader.js" defer></script>
Expand Down
1 change: 1 addition & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" media="" href="../styles.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<script src="https://kit.fontawesome.com/182e289974.js" crossorigin="anonymous"></script>
<script src="../javascript/loader.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down
1 change: 1 addition & 0 deletions experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<link rel="stylesheet" href="styles.css" media="screen and (min-width: 700px)">
<link rel="stylesheet" href="mobile.css" media="screen and (max-width: 699px)">
<script src="/javascript/loader.js" defer></script> <script src="https://kit.fontawesome.com/182e289974.js" crossorigin="anonymous"></script>
Expand Down
Binary file added images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/projects/carshow.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport"
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<link rel="stylesheet" href="styles.css" media="screen and (min-width: 700px)">
<link rel="stylesheet" href="mobile.css" media="screen and (max-width: 699px)">
<script src="/javascript/loader.js" defer></script>
Expand Down
3 changes: 2 additions & 1 deletion mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ body {
gap: 20px;
justify-content: center;
align-items: center;
overflow-y: scroll;

}

Expand All @@ -604,7 +605,7 @@ body {
pointer-events: none;
height: 80vh;
width: 95vw;
object-fit: cover;
object-fit:contain;
border-radius: 25px;
border: 2px solid var(--t5);
transition: all 2s ease;
Expand Down
1 change: 1 addition & 0 deletions mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" media="" href="mobile.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.png">
<script src="https://kit.fontawesome.com/182e289974.js" crossorigin="anonymous"></script>
<script src="../javascript/loader.js" defer></script>
<title>Noah Buchanan</title>
Expand Down
129 changes: 70 additions & 59 deletions projects.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ input[type="range"]::-moz-range-thumb {
border-radius: 4000px;
overflow: hidden;
transition: height .2s ease, width .2s ease, border .2s ease;
pointer-events: none;

}

Expand All @@ -1105,7 +1106,7 @@ input[type="range"]::-moz-range-thumb {
border-radius: 4000px;
overflow: hidden;
cursor: pointer;
pointer-events: all;
pointer-events: none; /*why did i set it to all before?*/
}

.text-toggle {
Expand Down

0 comments on commit 4fd10c0

Please sign in to comment.