added /projects, removed some lines from main style.css
This commit is contained in:
parent
2f1c6ba41b
commit
483678545b
10 changed files with 332 additions and 59 deletions
21
projects/index.html
Normal file
21
projects/index.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>My Projects</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<h2>My Projects:</h2>
|
||||
<div class="projects" id="projectsMain"></div>
|
||||
<h2>Future Projects:</h2>
|
||||
<div class="projects" id="projectsFuture"></div>
|
||||
</div>
|
||||
|
||||
<script src="projects.js"></script>
|
||||
<script src="futureprojects.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue