Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Uni Hub - DSD Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
y2-youssef
Uni Hub - DSD Project
Commits
e4ea6fb8
Commit
e4ea6fb8
authored
1 month ago
by
a2-abueida
Browse files
Options
Downloads
Patches
Plain Diff
Edit home.html
parent
9c81290f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.html
+36
-4
36 additions, 4 deletions
home.html
with
36 additions
and
4 deletions
home.html
+
36
−
4
View file @
e4ea6fb8
{% extends 'base.html' %}
{% extends 'base.html' %}
{% block content %}
{% block content %}
<div
class=
"jumbotron"
>
<!-- Hero Section -->
<h1
class=
"display-4"
>
Welcome to Uni Hub!
</h1>
<div
class=
"hero-section bg-primary text-white py-5 mb-5 rounded-bottom animate__animated animate__fadeIn"
>
<p
class=
"lead"
>
Your campus community platform
</p>
<div
class=
"container text-center"
>
<h1
class=
"display-4 fw-bold"
>
Welcome to Uni Hub
</h1>
<p
class=
"lead"
>
Your all-in-one campus platform
</p>
</div>
</div>
<!-- Cards Section -->
<div
class=
"container"
>
<div
class=
"row g-4"
>
<!-- Communities -->
<div
class=
"col-md-6"
>
<div
class=
"card h-100 shadow-sm animate__animated animate__fadeInUp"
>
<div
class=
"card-body text-center"
>
<i
class=
"fas fa-users fa-3x text-primary mb-3"
></i>
<h3>
Communities
</h3>
<p>
Connect with student groups and organizations.
</p>
<a
href=
"{% url 'communities' %}"
class=
"btn btn-primary"
>
Explore
</a>
</div>
</div>
</div>
<!-- Events -->
<div
class=
"col-md-6"
>
<div
class=
"card h-100 shadow-sm animate__animated animate__fadeInUp"
style=
"animation-delay: 0.2s;"
>
<div
class=
"card-body text-center"
>
<i
class=
"fas fa-calendar-alt fa-3x text-primary mb-3"
></i>
<h3>
Events
</h3>
<p>
Discover upcoming campus activities and events.
</p>
<a
href=
"{% url 'events' %}"
class=
"btn btn-primary"
>
Browse
</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment