Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
red_brick_board
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ciella Francisco
red_brick_board
Commits
e8f7c9b3
Commit
e8f7c9b3
authored
Mar 12, 2024
by
Jenica
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added initial template for event management
parent
d1f7d683
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
67 additions
and
19 deletions
+67
-19
create_event.html
...t_management/templates/event_management/create_event.html
+49
-0
base.html
redbrickboard/templates/base.html
+18
-19
No files found.
redbrickboard/event_management/templates/event_management/create_event.html
0 → 100644
View file @
e8f7c9b3
{% extends 'base.html' %}
{% load static %}
{% block title %}Widget's Forum{% endblock %}
{% block content %}
<div
class=
"container justify-content-md-center align-items-center vh-80"
id=
"trial"
>
<div
class=
"row"
>
<div
class=
"col-12"
>
<div
class=
"main content"
style=
"font-family:'Inter';"
>
<button>
Upload Cover
</button>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-auto"
>
<p
class=
"display-1"
style=
"font-family:'Inter';"
>
Event Name
</p>
</div>
</div>
<div
class=
"row mb-3"
>
<label
for=
"colFormLabel"
class=
"col-sm-2 col-form-label"
>
Date
</label>
<div
class=
"col-sm-10"
>
<input
type=
"email"
class=
"form-control"
id=
"colFormLabelDate"
>
</div>
</div>
<div
class=
"row mb-3"
>
<label
for=
"colFormLabel"
class=
"col-sm-2 col-form-label"
>
Time
</label>
<div
class=
"col-sm-10"
>
<input
type=
"email"
class=
"form-control"
id=
"colFormLabelTime"
>
</div>
</div>
<div
class=
"row mb-3"
>
<label
for=
"colFormLabel"
class=
"col-sm-2 col-form-label"
>
Venue
</label>
<div
class=
"col-sm-10"
>
<input
type=
"email"
class=
"form-control"
id=
"colFormLabelVenue"
>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<p
class=
"display-1"
style=
"font-family:'Inter';"
>
Upload Images
</p>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"main content"
style=
"font-family:'Inter';"
>
<button>
Create Event
</button>
</div>
</div>
</div>
</div>
{% endblock %}
\ No newline at end of file
redbrickboard/templates/base.html
View file @
e8f7c9b3
...
...
@@ -16,26 +16,25 @@
{% endblock %}
</head>
<body>
<nav
class=
"navbar navbar-expand-md navbar-light bg-light"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"#"
>
<img
src=
"{% static '/images/Logo with Name.png' %}"
alt=
"Red Brick Board"
style=
"width:30%; height:auto; padding-left:10%;"
>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-bs-toggle=
"collapse"
data-bs-target=
"#navbarNavAltMarkup"
aria-controls=
"navbarNavAltMarkup"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse justify-content-end align-center"
id=
"navbarNavAltMarkup"
>
<div
class=
"navbar-nav"
>
<a
class=
"nav-link"
href=
"#"
>
Event Catalog
</a>
</div>
<form
class=
"container-fluid justify-content-start"
>
<button
class=
"btn"
type=
"button"
>
Log Out
</button>
</form>
</div>
</div>
</nav>
<main>
I have the base.html
<nav
class=
"navbar navbar-expand-md navbar-light bg-light"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"#"
>
<img
src=
"{% static '/images/Logo with Name.png' %}"
alt=
"Red Brick Board"
style=
"width:30%; height:auto; padding-left:10%;"
>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-bs-toggle=
"collapse"
data-bs-target=
"#navbarNavAltMarkup"
aria-controls=
"navbarNavAltMarkup"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse justify-content-end align-center"
id=
"navbarNavAltMarkup"
>
<div
class=
"navbar-nav"
>
<a
class=
"nav-link"
href=
"#"
>
Event Catalog
</a>
</div>
<form
class=
"container-fluid justify-content-start"
>
<button
class=
"btn"
type=
"button"
>
Log Out
</button>
</form>
</div>
</div>
</nav>
{% block content %}
{% endblock %}
</main>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment