Skip to content

Commit 9c0e1aa

Browse files
committed
another events page update work
1 parent 898a58c commit 9c0e1aa

25 files changed

+115
-81
lines changed

css/index.css

Lines changed: 69 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ input {
727727
margin-left: 10%;
728728
height: 200px;
729729
border-radius: 15px;
730-
background-image: var(--striped-black-large);
730+
background-image: var(--striped-black-large2);
731731
display: flex;
732732
transition: all .2s ease-in-out;
733733
margin-top: 20px;
@@ -739,7 +739,7 @@ input {
739739
transition: all .2s ease-in-out;
740740
}
741741
.eventpic {
742-
background-image: var(--striped-gold);
742+
background-image: var(--striped-darkblue);
743743
height: 100%;
744744
width: 50%;
745745
background-position: center;
@@ -749,12 +749,19 @@ input {
749749
}
750750
.eventname {
751751
font-size: 40px;
752+
height: 200px;
753+
display: flex;
754+
align-items: center;
755+
justify-content: center;
756+
text-align: center;
752757
margin-left: 50px; margin-right: 50px;
753-
margin-top: 80px;
754758
font-weight: 900;
755759
color: var(--white);
756760
width: 50%;
757761
transition: all .2s ease-in-out;
762+
i {
763+
margin-left: 20px;
764+
}
758765
}
759766
.eventinfo {
760767
width: 50%;
@@ -801,10 +808,10 @@ input {
801808
@media screen and (max-width:770px) {
802809
.event-container {
803810
display: block;
804-
height: 350px;
811+
height: 370px;
805812
width: 313.84px;
806813
margin: auto;
807-
margin-top: 20px;
814+
margin-bottom: 20px !important;
808815
transition: all .2s ease-in-out;
809816
}
810817
.eventpic {
@@ -819,7 +826,8 @@ input {
819826
.eventname {
820827
width: 100%;
821828
height: 50px;
822-
margin-top: 10px;
829+
font-size: 25px;
830+
margin-top: 12.5px;
823831
margin-left: 0%;
824832
display: flex;
825833
align-items: center;
@@ -835,49 +843,83 @@ input {
835843
}
836844
}
837845

838-
#event-mimar26 {
846+
.mimar26 {
847+
background-image: var(--striped-gold);
839848
/* background-image: url("/assets/img/comps/mitry26-base.jpg") !important; */
840849
}
841-
#event-mitry26 {
850+
.mitry26 {
851+
background-image: var(--striped-gold);
842852
/* background-image: url("/assets/img/comps/mitry26-base.jpg") !important; */
843853
}
844-
#event-kickoff26 {
854+
.kickoff26 {
845855
background-image: url("/assets/img/img/kickoff26.jpg") !important;
846856
background-position: 50% 5%;
847857
}
848858

849-
#event-frc25 {
859+
.frc25 {
850860
background-image: url("/assets/img/comps/frc25-base.jpg") !important;
851861
}
852-
#event-mi25 {
862+
.mi25 {
853863
background-image: url("/assets/img/comps/mi25-base.jpg") !important;
854864
}
855-
#event-mibro25 {
856-
background-image: url("/assets/img/comps/mibro25-base.JPG") !important;
865+
.mibro25 {
866+
background-image: url("/assets/img/comps/mibro25-base.jpg") !important;
857867
}
858-
#event-mifer25 {
859-
background-image: url("/assets/img/comps/mifer25-base.JPG") !important;
868+
.mifer25 {
869+
background-image: url("/assets/img/comps/mifer25-base.jpg") !important;
860870
}
861-
#event-kickoff25 {
871+
.kickoff25 {
862872
background-image: url("/assets/img/img/kickoff25.jpg") !important;
863873
background-position: 50% 65%;
864874
}
865-
/* Related to Events ^ */
866875

867-
/* Related to Events Total v */
868-
#mifer25-tc {
869-
background-image: url("/assets/img/comps/mifer25-base.jpg");
876+
.rainbow24 {
877+
/* background-image: url("/assets/img/comps/rainbow24-base.jpg") !important; */
878+
}
879+
.frc24 {
880+
background-image: url("/assets/img/comps/frc24-base.jpg") !important;
881+
background-position: 50% 75%;
882+
}
883+
.mi24 {
884+
background-image: url("/assets/img/comps/mi24-base.jpg") !important;
885+
}
886+
.mitry24 {
887+
background-image: url("/assets/img/comps/mitry24-base.jpg") !important;
888+
}
889+
.mibro24 {
890+
background-image: url("/assets/img/comps/mibro24-base.jpg") !important;
891+
}
892+
893+
.mitr223 {
894+
/* background-image: url("/assets/img/comps/mitr223-base.jpg") !important; */
895+
}
896+
.mitry23 {
897+
/* background-image: url("/assets/img/comps/mitr223-base.jpg") !important; */
898+
}
899+
900+
.marc22 {
901+
/* background-image: url("/assets/img/comps/marc22-base.jpg") !important; */
870902
}
871-
#mibro25-tc {
872-
background-image: url("/assets/img/comps/mibro25-base.jpg");
903+
.mimcc22 {
904+
/* background-image: url("/assets/img/comps/mimcc22-base.jpg") !important; */
873905
}
874-
#mi25-tc {
875-
background-image: url("/assets/img/comps/mi25-base.jpg");
906+
.miroc22 {
907+
/* background-image: url("/assets/img/comps/miroc22-base.jpg") !important; */
908+
}
909+
910+
.frc19 {
911+
background-image: url("/assets/img/comps/frc19-base.jpg") !important;
876912
}
877-
#frc25-tc {
878-
background-image: url("/assets/img/comps/frc25-base.jpg");
913+
.mi19 {
914+
/* background-image: url("/assets/img/comps/mi19-base.jpg") !important; */
879915
}
880-
/* Related to Events Total ^ */
916+
.mimar19 {
917+
/* background-image: url("/assets/img/comps/mimar19-base.jpg") !important; */
918+
}
919+
.micen19 {
920+
background-image: url("/assets/img/comps/micen19-base.jpg") !important;
921+
}
922+
/* Related to Events ^ */
881923

882924
/* Related to Comp Overview */
883925
#host-tc {

events/2019/centerline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="micen19" class="jb t-card">
34+
<div class="micen19 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Center Line 2019</h1>
3737
</div>

events/2019/frc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="frc19" class="jb t-card">
34+
<div class="frc19 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Worlds 2019</h1>
3737
</div>

events/2019/marysville.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="mimar19" class="jb t-card">
34+
<div class="mimar19 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Marysville 2019</h1>
3737
</div>

events/2019/michigan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="mi19" class="jb t-card">
34+
<div class="mi19 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">States 2019</h1>
3737
</div>

events/2022/marc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</script>
3333
<div class="jbo"> </div>
3434
<div id="marc22
35-
" class="jb t-card">
35+
jb t-card">
3636
<div class="blktcbk">
3737
<h1 class="title">MI Advanced 2022</h1>
3838
</div>

events/2022/mcc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="mimcc22" class="jb t-card">
34+
<div class="mimcc22 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Macomb CC 2022</h1>
3737
</div>

events/2022/rochester.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</script>
3333
<div class="jbo"> </div>
3434
<div class="miroc22
35-
" class="jb t-card">
35+
jb t-card">
3636
<div class="blktcbk">
3737
<h1 class="title">Rochester 2022</h1>
3838
</div>

events/2023/troy1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="mitry23" class="jb t-card">
34+
<div class="mitry23 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Troy #1 2023</h1>
3737
</div>

events/2023/troy2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
});
3232
</script>
3333
<div class="jbo"> </div>
34-
<div class="mitr223" class="jb t-card">
34+
<div class="mitr223 jb t-card">
3535
<div class="blktcbk">
3636
<h1 class="title">Troy #2 2023</h1>
3737
</div>

0 commit comments

Comments
 (0)