-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Rayliable/CSS
CSS Starting
- Loading branch information
Showing
53 changed files
with
80 additions
and
28 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+27 Bytes
(100%)
home/migrations/__pycache__/0002_userupload_tags.cpython-310.pyc
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(99%)
home/migrations/__pycache__/0002_userupload_tags.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
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,37 @@ | ||
body { | ||
background-color: #efffc8; | ||
|
||
|
||
} | ||
|
||
.categories { | ||
|
||
} | ||
|
||
.categoryDisplay { | ||
margin: 5%; | ||
display: grid; | ||
grid-template-columns: auto auto auto; | ||
grid-template-rows: auto auto auto; | ||
|
||
justify-content: space-between; | ||
} | ||
|
||
.categoryimg { | ||
width: 90%; | ||
padding: 20px; | ||
height: auto; | ||
} | ||
|
||
.homeWelcome { | ||
background-color: #1c1c1c; | ||
padding: 50px; | ||
color: #efffc8; | ||
/*Still in progress*/ | ||
.roboto-slab-<homeWelcome> { | ||
font-family: "Roboto Slab", serif; | ||
font-optical-sizing: auto; | ||
font-weight: 100; | ||
font-style: normal; | ||
} | ||
} |
Binary file modified
BIN
+27 Bytes
(120%)
portfolio_site_IMD2900/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+27 Bytes
(100%)
portfolio_site_IMD2900/__pycache__/settings.cpython-310.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{% extends "nav-bar.html" %} | ||
{% load static %} | ||
{% block title %} | ||
<!-- Title here! --> | ||
About Us - Portfol.io | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<!-- Content here! --> | ||
<link rel="stylesheet" type="text/css" href="static/style/homeStyle.css"> | ||
{% endblock %} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{% extends "nav-bar.html" %} | ||
{% load static %} | ||
{% block title %} | ||
<!-- Title here! --> | ||
Contact Us - Portfol.io | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<!-- Content here! --> | ||
<link rel="stylesheet" type="text/css" href="static/style/homeStyle.css"> | ||
{% endblock %} |
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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<!DOCTYPE html> | ||
|
||
{% load static %} | ||
|
||
<html lang="en"> | ||
<head> | ||
<!--Code to link the RobotoSlab font from Google Fonts--> | ||
<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=Roboto+Slab:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title> | ||
|
@@ -12,17 +16,16 @@ | |
{% endblock %} | ||
</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" /> | ||
<link rel="stylesheet" type="text/css" href="static/style/headerStyle.css"> | ||
</head> | ||
<body> | ||
{% block navbar %} | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<a class="navbar-brand" href="/"> | ||
{% block siteName %} | ||
Portfol.io | ||
{% endblock %} | ||
</a> | ||
{% block navbar %} | ||
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #2ca6a4;"> | ||
<a class="navbar-brand ml-1 mr-4" href="/"> | ||
<img src="Media/siteImages/portfolioNameLogo.png" alt="site logo" style="width:auto; height:75px;"> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> | ||
<div class="collapse navbar-collapse" id="navbarNav"> | ||
<div class="collapse navbar-collapse d-flex justify-content-end" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="/">Home</a> | ||
|
@@ -36,14 +39,20 @@ | |
<li class="nav-item"> | ||
<a class="nav-link" href="/upload_view"> Add Image </a> | ||
</li> | ||
<li class="nav-item"> | ||
{% if user.is_authenticated %} | ||
<a class="nav-link"> Signed in!</a> | ||
{% else %} | ||
<a class="nav-link" href="/login">Please log in here.</a> | ||
{% endif %} | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
{% endblock %} | ||
|
||
{% block content %} | ||
{% endblock %} | ||
|
||
</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