Skip to content

Commit

Permalink
v1.10.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
findthelorax committed Oct 5, 2023
1 parent 0380ed3 commit 9ff0f69
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- NavBar -->
<nav id="navbar">
<div class="nav_social">
<a href="./index.html"><img src="/School/icons/icon_3.png" alt="astratto_logo"></a>
<a href="./index.html"><img src="./resources/icon_3.png" alt="astratto_logo"></a>
<ul class="nav_social_icons">
<li><a href="" class="linkdn"> <i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="" class="github"> <i class="fa-brands fa-github"></i></a></li>
Expand Down Expand Up @@ -57,7 +57,7 @@ <h3> I'm a <span> Web Developer </span></h3>
</div>

<div class="home_img">
<img id="profile_img" src="/School/pictures/pic_4.png" alt="Handsome Redhead">
<img id="profile_img" src="./resources/pic_4.png" alt="Handsome Redhead">
<a class="hire_btn"><span>Hire Me</span></a>
</div>

Expand Down
Binary file added resources/FjallaOne.ttf
Binary file not shown.
Binary file added resources/JosefinSans.ttf
Binary file not shown.
Binary file added resources/Nabla.ttf
Binary file not shown.
Binary file added resources/Nightydemo.otf
Binary file not shown.
Binary file added resources/PressStart2P.ttf
Binary file not shown.
Binary file added resources/Rolie Twily.otf
Binary file not shown.
Binary file added resources/icon_3.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 resources/pic_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
20 changes: 6 additions & 14 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,27 @@ TODO: Link back home to contacts/projects from another page.

@font-face {
font-family: "Fjalla One";
src: url("/School/Fonts/FjallaOne.ttf") format("truetype");
src: url("./resources/FjallaOne.ttf") format("truetype");
}
@font-face {
font-family: "Nabla";
src: url("/School/Fonts/Nabla.ttf") format("truetype");
}
@font-face {
font-family: "SpecialElite";
src: url("./Fonts/SpecialElite.ttf") format("truetype");
}
@font-face {
font-family: "Harmond";
src: url("/School/Fonts/Harmond-SemiBoldCondensed.otf") format("truetype");
src: url("./resources/Nabla.ttf") format("truetype");
}
@font-face {
font-family: "Nightly";
src: url("/School/Fonts/Nightydemo.otf") format("truetype");
src: url("./resources/Nightydemo.otf") format("truetype");
}
@font-face {
font-family: "Rolie";
src: url("/School/Fonts/Rolie\ Twily.otf") format("truetype");
src: url("./resources/Rolie\ Twily.otf") format("truetype");
}
@font-face {
font-family: "PressStart";
src: url("/School/Fonts/PressStart2P.ttf") format("truetype");
src: url("./resources/PressStart2P.ttf") format("truetype");
}
@font-face {
font-family: "JosefinSans";
src: url("/School/Fonts/JosefinSans.ttf") format("truetype");
src: url("./resources/JosefinSans.ttf") format("truetype");
}

/* Base Styling */
Expand Down

0 comments on commit 9ff0f69

Please sign in to comment.