-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #405 from EthanThatOneKid/mike/design-tweaks
Minor design tweaks
- Loading branch information
Showing
46 changed files
with
773 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<section> | ||
<div class="container"> | ||
<img src="assets/about-illustration.svg" alt="acmCSUF badges" /> | ||
|
||
<div class="text"> | ||
<h1 class="size-lg brand-header">About us</h1> | ||
|
||
<p class="size-sm"> | ||
acmCSUF is a student chapter of the | ||
<a href="https://acm.org" class="brand-med" target="_blank" rel="noopener noreferrer"> | ||
Association for Computing Machinery</a | ||
>, an international organization based in New York that advocates for the advancement of | ||
computer science as a science and profession. Based in California State University, | ||
Fullerton, we strive to bring passionate Titans together into a community that promotes | ||
innovation, collaboration, creativity, and inclusivity within tech. | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<style lang="scss"> | ||
section { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
.container { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
padding: 0 24px; | ||
width: 1280px; | ||
gap: 64px; | ||
img { | ||
min-width: 250px; | ||
max-width: 800px; | ||
width: 100%; | ||
} | ||
.text { | ||
display: flex; | ||
flex-direction: column; | ||
text-align: center; | ||
gap: 16px; | ||
p a { | ||
text-decoration: none; | ||
transition: 0.25s ease-in-out; | ||
&:hover { | ||
color: var(--acm-blue); | ||
} | ||
} | ||
} | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
e8d303a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: