File tree Expand file tree Collapse file tree 4 files changed +13
-33
lines changed
Expand file tree Collapse file tree 4 files changed +13
-33
lines changed Original file line number Diff line number Diff line change 1- * /.env
2- * /.DS_Store
1+ ** /.DS_Store
32db. *
4- * /__pycache__
5- .python-version
3+ ** /__pycache__
64/mos /*
5+ ** /venv
6+
7+ ** /. *
8+ ! .gitignore
Original file line number Diff line number Diff line change @@ -68,16 +68,18 @@ <h2>Our Team</h2>
6868 </ div >
6969 </ div >
7070
71+
7172 < div class ="mb-2 ">
72- < img
73+ < img
7374 class ="bg-dark rounded-circle me-3 "
7475 style ="width: 75px; height: 75px; float: left; "
75- src ="{% static 'assets/staff/sammiller.jpg' %} " />
76+ src ="{% static 'assets/staff/adamrussell.jpg' %} "
77+ />
7678 < div >
77- < b > Sam Miller </ b >
79+ < b > Adam Russell </ b >
7880 < p >
79- < span class ="text-primary "> Information Lead </ span > < br >
80- Biological Sciences BA
81+ < span class ="text-primary "> Events Coordinator </ span > < br >
82+ Computer Science BS
8183 </ p >
8284 </ div >
8385 </ div >
@@ -96,37 +98,13 @@ <h2>Our Team</h2>
9698 </ div >
9799 </ div >
98100
99- < div class ="mb-2 ">
100- < img
101- class ="bg-dark rounded-circle me-3 "
102- style ="width: 75px; height: 75px; float: left; "
103- src ="{% static 'assets/staff/adamrussell.jpg' %} "
104- />
105- < div >
106- < b > Adam Russell</ b >
107- < p >
108- < span class ="text-primary "> Events Coordinator</ span > < br >
109- Computer Science BS
110- </ p >
111- </ div >
112- </ div >
113-
114101 < div class ="mb-2 ">
115102 < img
116103 class ="bg-dark rounded-circle me-3 "
117104 style ="width: 75px; height: 75px; float: left; "
118105 src ="{% static 'assets/staff/jakesavitt.png' %} "
119106 />
120-
121- < div >
122- < b > Jake Savitt</ b >
123- < p >
124- < span class ="text-primary "> Treasurer</ span > < br >
125- Computer Engineering BS
126- </ p >
127- </ div >
128107 </ div >
129-
130108 </ div >
131109
132110 {% comment %} < div class ="row mb-3 ">
You can’t perform that action at this time.
0 commit comments