Skip to content

Commit e1e8978

Browse files
committed
Updated Astro
Added New DJango Logo to replace Laravel
1 parent 0fe1806 commit e1e8978

File tree

7 files changed

+2386
-1691
lines changed

7 files changed

+2386
-1691
lines changed

package-lock.json

Lines changed: 2329 additions & 1676 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.0",
14-
"@astrojs/markdown-remark": "^5.2.0",
15-
"@astrojs/sitemap": "^3.1.6",
16-
"@astrojs/tailwind": "^5.1.0",
13+
"@astrojs/alpinejs": "^0.4.1",
14+
"@astrojs/markdown-remark": "^6.0.1",
15+
"@astrojs/sitemap": "^3.2.1",
16+
"@astrojs/tailwind": "^5.1.4",
1717
"@fontsource/inter": "^5.0.8",
1818
"@types/alpinejs": "^3.7.2",
1919
"alpinejs": "^3.12.3",
20-
"astro": "^4.15.4",
20+
"astro": "^5.1.1",
2121
"astro-robots-txt": "^0.5.0",
2222
"tailwindcss": "^3.3.3"
2323
},

src/assets/django-logo-negative.svg

Lines changed: 41 additions & 0 deletions
Loading

src/assets/django-logo.png

39 KB
Loading

src/assets/laravel-logo.png

-31.9 KB
Binary file not shown.

src/pages/about.astro

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import Layout from "../layouts/Layout.astro";
77
import Team2024 from "../assets/team-2024.jpg";
88
import Team2024_1 from "../assets/team-2024-1.jpg";
99
import Python from "../assets/python-logo.svg";
10-
import Laravel from "../assets/laravel-logo.png";
11-
import DJANGO from "../assets/django-logo.png";
10+
import DJANGO from "../assets/django-logo-negative.svg";
1211
import ASTRO from "../assets/astro-logo.svg";
1312
import FASTAPI from "../assets/fastapi-logo.svg";
1413
import REACT from "../assets/react-logo.svg";
@@ -92,22 +91,22 @@ import REACT from "../assets/react-logo.svg";
9291
<figure class="mt-16">
9392
<Image
9493
class="object-contain bg-gray-50 px-1.5 py-2.5 rounded-xl aspect-square mx-auto h-56 w-full"
95-
src={Laravel}
96-
alt="Laravel Logo"
94+
src={DJANGO}
95+
alt="Django Logo"
9796
/>
9897
<figcaption
9998
class="mt-4 flex gap-x-2 text-sm leading-6 text-gray-500 text-center"
10099
>
101-
<a target="_blank" href="https://laravel.com">
102-
Laravel, the Framework for PHP Artisans
100+
<a target="_blank" href="https://djangoproject.com">
101+
Django, the web framework for perfectionists with deadlines
103102
</a>
104103
</figcaption>
105104
</figure>
106105
<p class="mt-10">
107-
Unlock your potential with Laravel at Concordia University, where
106+
Unlock your potential with Django at Concordia University, where
108107
you'll gain hands-on experience building dynamic web applications in a
109108
supportive, faith-driven environment. Our small class sizes ensure
110-
personalized attention as you master this powerful PHP framework.
109+
personalized attention as you master this powerful Python framework.
111110
Embrace your passion for coding and stand out in the tech industry
112111
while upholding the values of integrity and community that define
113112
Concordia.

src/pages/index.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Layout from "../layouts/Layout.astro";
55
import Navbar from "../components/Navbar.astro";
66
---
77

8-
<Layout class="bg-white" title="Home">
8+
<Layout class="bg-white h-screen" title="Home">
99
<div class="bg-white">
1010
<Navbar />
1111
<div class="relative">
@@ -19,7 +19,9 @@ import Navbar from "../components/Navbar.astro";
1919
>
2020
<polygon points="0,0 90,0 50,100 0,100"></polygon>
2121
</svg>
22-
<div class="relative px-6 py-6 sm:py-40 lg:px-8 lg:py-56 lg:pr-0">
22+
<div
23+
class="relative px-6 py-6 sm:py-40 lg:px-8 lg:py-56 xl:py-64 lg:pr-0"
24+
>
2325
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-xl">
2426
<h1
2527
class="text-4xl font-bold -tracking-tight text-gray-900 sm:text-6xl"

0 commit comments

Comments
 (0)