Skip to content

Commit

Permalink
Move ACM Sigmod page to main dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tzerefos committed Jun 28, 2024
1 parent 44a73cc commit abfa048
Show file tree
Hide file tree
Showing 28 changed files with 58 additions and 3,942 deletions.
File renamed without changes.
29 changes: 18 additions & 11 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ body

overflow: hidden;

color: #fff;
/* color: #fff; */
color: #000;
background: #000;

-webkit-font-smoothing: antialiased;
Expand All @@ -52,7 +53,7 @@ a
font-family: 'Roboto', sans-serif;
font-weight: normal;

color: #fff;
color: #000;
}

h1
Expand Down Expand Up @@ -153,7 +154,7 @@ a:hover
width: 100%;
height: 100%;

background: #2707eb;
background: #373765;
}

.preloader.preloader-hidden
Expand Down Expand Up @@ -260,6 +261,7 @@ a:hover

width: 100%;
height: 100%;
background-color: #fff;
}

.hero .animation-container
Expand Down Expand Up @@ -359,7 +361,7 @@ a:hover
.hero .front-content
{
position: absolute;
z-index: 2;
/* z-index: 2; */
top: 0;
left: 0;

Expand All @@ -369,15 +371,19 @@ a:hover

.hero .front-content .container-mid
{
position: absolute;
top: 50%;
left: 0;

/* position: absolute; */
/* bottom: 10%; */
/* left: 0; */
/* margin: auto; */
height: 100%;
overflow: hidden;
width: 100%;

margin: auto;
margin-top: 17em;
/*
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%); */
text-align: center;
}

Expand Down Expand Up @@ -431,7 +437,8 @@ a:hover
transition: all .1s linear;
letter-spacing: .025em;

color: #fff;
/* color: #fff; */
color: #000;
border: 3px solid #fff;
border-radius: 4em;
background: none;
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit abfa048

Please sign in to comment.