Skip to content

Commit

Permalink
organize codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhenn committed May 12, 2024
1 parent 3d64f5c commit 79b0588
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 105 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
82 changes: 0 additions & 82 deletions assets/styles/styles.css

This file was deleted.

38 changes: 15 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -9,24 +8,27 @@


<!-- SCRIPS -->
<script src="js/main.js"></script>
<script src="assets/scripts/main.js"></script>

<!-- STYLESHEETS -->
<link rel="stylesheet" href="css/homepage.css">
<link rel="stylesheet" href="css/projectView.css">

<link rel="stylesheet" href="assets/styles/homepage.css">
<link rel="stylesheet" href="assets/styles/projectView.css">
</head>

<body>
<!-- MAIN NAVIGATION -->
<div class="main-nav">

</div>


<div class="main">
<!-- PROJECT CARDS SECTION -->
<div class="project-cards" id="project-cards-parent">
<div class="project-cards" id="project-cards">
<div class="card new-card">
<div class="add-icon">+ Add new project</div>
</div>
<div class="card"></div>
</div>

<!-- SIDEBAR -->
<div class="sidebar">
Expand Down Expand Up @@ -58,28 +60,18 @@
</div>


<!-- BOTTOM FOOTER -->
<div class="bottom-tab">
</div>


<div id="projectView" class="modal">
<div class="modal-content">
<span class="close">&times;</span>
<p>Some context in the minipage</p>
</div>
</div>

<!-- ACCOMPLISHMENTS SECTION -->
<div class="accomplishments">

</div>
</div>


<!-- BOTTOM FOOTER -->
<div class="bottom-tab">

</div>


<script src="js/calendar.js"></script>

<script src="assets/scripts/calendar.js"></script>
</body>

</html>

0 comments on commit 79b0588

Please sign in to comment.