Skip to content

Commit

Permalink
Merge pull request #56 from 508-dev/services-sections
Browse files Browse the repository at this point in the history
Add services section, add some new profiles, add profile pics
  • Loading branch information
komali2 authored Jan 24, 2024
2 parents c670d64 + 481ba50 commit a55f06b
Show file tree
Hide file tree
Showing 14 changed files with 893 additions and 32 deletions.
603 changes: 601 additions & 2 deletions src/clients.html

Large diffs are not rendered by default.

29 changes: 28 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,25 @@ section {
margin: var(--margin-big);
}

section details summary{
/* Animation credit to Tarcio Zemel */
/* https://stackoverflow.com/a/73447722/2590119 */

details {
padding: 10px;
}
details summary {
cursor: pointer;
margin-bottom: -10px; /* for more prominent move */
transition: margin 250ms ease-out;
}

details[open] summary {
margin-bottom: 10px;
}




nav ol {
list-style-type: none;
padding: 0;
Expand Down Expand Up @@ -519,3 +533,16 @@ table td {
background-color: var(--color-grey);
border-radius: 15rem 15rem 0 0;
}

.service h4 {
font-size: 1.1rem;
padding-left: 24px;
}

.service ul {
list-style: none;
}

.service .members .thumb {
width: 150px;
}
293 changes: 264 additions & 29 deletions src/engineering.html

Large diffs are not rendered by default.

Binary file added src/static/alexwang.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/charlieshsieh.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/danieltong.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/dennis.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/jesswang.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/kuanruchiou.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/lenikadali.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/morganelliot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/resume_albert.docx
Binary file not shown.
Binary file added src/static/simone.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/static/zacharyfogg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a55f06b

Please sign in to comment.