Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elias/issue#13/SeperateSections on engineering &c. #29

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ section {

/* TODO Probably delete this and combine with section above */
section.index {
border-radius: 2px;
margin: var(--margin-big);
border-radius: 10px;
margin-top: 50px;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changing the margin away from a variable makes me nervous, i'd prefer the guaranteed consistency of margins by keeping that to be a variable

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than that, I kinda like this idea you have with the border that has these sort of half radius things. That's interesting. i think if they weren't harsh black, it could work. Maybe fiddle with some of the other color variables from :root to see if one of those work? we could also try reducing opacity a bit to lighten them.

border-top-style:solid;
border-width: 5px;
}


Expand Down
2 changes: 1 addition & 1 deletion src/engineering.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h4>
</p>
</section>
</section>
<section id="internal-projects">
<section class="index" id="internal-projects">
<h3>
Internal Projects
</h3>
Expand Down
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,15 @@ <h1>
Learn more on our <a href="/engineers.html">engineering page</a>. If you're an engineer looking to participate in a co-op, email <code>[email protected]</code>.
</p>
</section>
<section>
<section class="index">
<h1>
Why a co-op?
</h1>
<p>
All stakeholders benefit from 508.dev incorporating as a co-op. <a href="https://www.uk.coop/sites/default/files/2020-10/co-operative_survival_1.pdf">80% of co-ops survive the first 5 years of business</a>, compared to only 44% of "traditional" businesses. That means our clients can be confident in our continued existence so as to provide ongoing support for our software, and our engineers can be confident in the stability of our organization. Furthermore, because co-ops engage in profit sharing, our engineers are far more invested in the success of the business than at a "traditional" company, which translates to much higher value and faster deliverables for our clients.
</p>
</section>
<section class="index">
<h1>
Do you only build "ugly" simple-looking designs, like this site?
</h1>
Expand Down