-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@300;400;500&display=swap" rel="stylesheet"> | ||
|
||
<script src="main.js" defer></script> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<img src="logo_site.png" class="logo"> | ||
<h1>Portfolio Creator</h1> | ||
|
||
<div class="main_head"> | ||
<ul class="links"> | ||
<li><a href="">profile</a></li> | ||
<li><a href="http://127.0.0.1:3000/index.html">home</a></li> | ||
<li><a href="http://127.0.0.1:3000/artwork.html">portfolio</a></li> | ||
</ul> | ||
<button id="btn" class="artButton headBtn">Add Art</button> | ||
</div> | ||
</header> | ||
|
||
<div class="main_c profile_c"> | ||
<div class = "creator_display profile_m"> | ||
<img class="profile_pic profile_p" alt="profile picture" src="m.png"> | ||
<div class="profile_info profile_i"> | ||
<h1>placeholder name</h1> | ||
<p>quote/profile desc</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters