Skip to content

Commit

Permalink
edited dashboard a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
zjf19002 committed Nov 8, 2023
1 parent cbef5a3 commit 87c1890
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions class_registration_app/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,7 @@ a,
transform: translateY(-5px);
}

.homehead{
background-color: #000e2f;
color: white;
font-size: 30px;
width: 100vw;
text-align: center;
padding: 12px;
}



.course-list-item {
Expand Down
41 changes: 39 additions & 2 deletions class_registration_app/src/components/DashBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
</script>

<template>
<div class="homehead">
UConn&ensp;|&ensp;University of Connecticut
<div class="top">
<img class="logos" src="../assets/currentLogo.png">
<img class="logos" src="https://logos-world.net/wp-content/uploads/2022/01/UConn-Huskies-Logo-1970.png">
<h2 class="uconn">UCONN</h2>
<img class="logos" src="https://1000logos.net/wp-content/uploads/2017/08/UConn-Huskies-Logo-1959.png">
<img class="logos" src="../assets/2000HuskyLogo.jpeg">
</div>
<div class="dashboard">
<div class="head2">
Expand Down Expand Up @@ -130,4 +134,37 @@ a{
right: 10%;
bottom:30%;
}
.top {
color:navy;
font-weight: 100;
height: 125px;
position: relative;
display: flex;
justify-content: center;
/*border:1px solid #000;*/
top: 0;
left: 50%;
transform: translate(-50%);
width: 100vw;
text-align: center;
background-color: white;
color: black;
border-bottom: solid 3px black;
.uconn{
font-size: 100px;
float: center;
position:relative;
line-height: 120%;
color: #000e2f;
font-family: UConn,Roboto,sans-serif;
letter-spacing: 3px;
overflow: hidden;
text-transform: uppercase;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
padding-right: 0;
}
}
</style>
2 changes: 1 addition & 1 deletion class_registration_app/src/components/StartUp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ a{
color:navy;
font-weight: 100;
height: 125px;
position: fixed;
position: relative;
display: flex;
justify-content: center;
/*border:1px solid #000;*/
Expand Down

0 comments on commit 87c1890

Please sign in to comment.