Skip to content

Commit

Permalink
version 2!
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaprile committed May 14, 2022
1 parent 6903c94 commit 3d0d603
Show file tree
Hide file tree
Showing 44 changed files with 27 additions and 2,725 deletions.
17 changes: 4 additions & 13 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
import React from 'react';
import './App.scss';

import NavigationBar from "./components/Navbar";
import Cover from "./components/Cover";
import About from "./components/About";
import Experience from "./components/Experience";
import Projects from "./components/Projects";
import Contact from "./components/Contact";

const App = () => {
return (
<div className="App">
<NavigationBar />
<Cover />
<About />
<Experience />
<Projects />
<Contact />
<div className="info">
<h1>currently under construction</h1>
<p>come back soon!</p>
</div>
</div>
);
}
Expand Down
68 changes: 20 additions & 48 deletions src/App.scss
Original file line number Diff line number Diff line change
@@ -1,52 +1,24 @@
$bg-dark-mode: rgb(24, 23, 23);
$white-text: #FAFAFA;

.App {
font-family: 'Mulish', sans-serif;
}

body {
background-color: #FAFAFA !important;
color: #373737;
}

body.dark-mode {
background-color: $bg-dark-mode !important;
color: #FAFAFA;

.navbar {
background-color: $bg-dark-mode;
color: #FAFAFA;
}

.nav-link {
color: #FAFAFA !important;
}

.navbar-toggler {
background: $bg-dark-mode;
color: #FAFAFA !important;
}

.navbar-collapse {
background: $bg-dark-mode;
color: #FAFAFA;
}

.modal-content {
background-color: $bg-dark-mode;
color: #FAFAFA;
}

.primary:hover {
background-color: $bg-dark-mode;
box-shadow: 0px 0px 0px 2.5px $bg-dark-mode, 0px 0px 0px 5px #E05D2A, 0px 0px 0px 10px $bg-dark-mode, 0px 0px 0px 10.5px #E05D2A;
}

.secondary {
background-color: $bg-dark-mode;
&:hover {
box-shadow: 0px 0px 0px 2.5px $bg-dark-mode, 0px 0px 0px 5px #E05D2A, 0px 0px 0px 10px $bg-dark-mode, 0px 0px 0px 10.5px #E05D2A;
font-family: 'Gaegu', sans-serif;
background-color: #E2DED8;
color: #9F988C;
width: 100vw;
height: 100vh;
display: grid;
place-items: center;

.info {
text-align: center;
margin: 1rem;
user-select: none;

h1 {
font-weight: bold;
font-size: 32px;
}

p {
font-size: 24px;
}
}
}
32 changes: 0 additions & 32 deletions src/ThemeChanger.js

This file was deleted.

24 changes: 0 additions & 24 deletions src/assets/cover_img.svg

This file was deleted.

Binary file removed src/assets/job_logos/ardentlabs_logo.png
Binary file not shown.
Binary file removed src/assets/job_logos/boeing_logo.png
Binary file not shown.
Binary file removed src/assets/job_logos/peterportal_logo.png
Binary file not shown.
Binary file removed src/assets/job_logos/readme_logo.png
Binary file not shown.
Binary file removed src/assets/job_logos/startsmart_logo.png
Binary file not shown.
Loading

0 comments on commit 3d0d603

Please sign in to comment.