diff --git a/pages/models.py b/pages/models.py index fc7dc5f..18c6347 100644 --- a/pages/models.py +++ b/pages/models.py @@ -3,12 +3,15 @@ from django.db import models # Create your models here. class Story(models.Model): - header = models.CharField(max_length=30) + header = models.CharField(max_length=50) img_name = models.CharField(max_length=50, default=None, null=True) body = models.TextField(max_length=200) created = models.DateTimeField(auto_now=True) + def __str__(self): + return self.header + class Bar(models.Model): name = models.CharField(max_length=50) - money_raised = models.FloatField() + money_raised = models.FloatField()\ diff --git a/pages/static/pages/css/img/stern.jpg b/pages/static/pages/css/img/stern.jpg new file mode 100644 index 0000000..592d142 Binary files /dev/null and b/pages/static/pages/css/img/stern.jpg differ diff --git a/pages/static/pages/css/img/wickliff.jpg b/pages/static/pages/css/img/wickliff.jpg new file mode 100644 index 0000000..ae19d66 Binary files /dev/null and b/pages/static/pages/css/img/wickliff.jpg differ diff --git a/pages/static/pages/css/styles.css b/pages/static/pages/css/styles.css index d6b5148..3ed1744 100644 --- a/pages/static/pages/css/styles.css +++ b/pages/static/pages/css/styles.css @@ -21,7 +21,9 @@ html { .photo { width: 300px; + height: 300px; margin: 15px; + object-fit: cover; border-radius: 10px; box-shadow: 12px 12px rgb(0, 0, 0, 0.1), -12px -12px rgb(0, 0, 0, 0.3); } diff --git a/pages/templates/pages/council.html b/pages/templates/pages/council.html index 06e9fdf..d303950 100644 --- a/pages/templates/pages/council.html +++ b/pages/templates/pages/council.html @@ -18,16 +18,6 @@

Our Team

-
-
- -
-

The Vice President

-

Praneeth Chinmay Bhandaru

- “You don't need to be a potato to be good in life, all you need to do is trust yourself.” -
-
-
@@ -39,6 +29,16 @@
+
+
+ +
+

The Vice President

+

Praneeth Chinmay Bhandaru

+ “You don't need to be a potato to be good in life, all you need to do is trust yourself.” +
+
+
@@ -66,7 +66,7 @@
-

Senator

+

The Senator

Rushil Umaretiya

“Just failed his chem test, again.”
@@ -76,7 +76,7 @@
-

Senator

+

The Senator

Yulee Kang

“Is a Cutie :)” @@ -85,7 +85,7 @@
-
+
@@ -95,6 +95,26 @@
+
+
+ +
+

The Sponsor

+

Mx. Stern

+ +
+
+
+
+
+ +
+

The Sponsor

+

Mr. Wickliff

+ +
+
+