Skip to content

Commit

Permalink
Homepage data-dev section (#97)
Browse files Browse the repository at this point in the history
* linter changes

* added tabs

* svg errors

* added borders

* removed svgs and unnecessary fonts

* user info

* updated emojis and quotes

* border-finished

* margins

* margins

* margins

* images aded to homepage

* a tags implemented

* padding fixed

* padding fixed

* padding fixed

* final touches

* data and developer section completed

* linting error fixed

* linting

* fixed radio

* fixed rem in dev-slack

* linting

---------

Co-authored-by: bp289 <[email protected]>
  • Loading branch information
MariamM110 and bp289 authored Aug 1, 2023
1 parent 091839d commit a8c514d
Show file tree
Hide file tree
Showing 13 changed files with 611 additions and 66 deletions.
Binary file added assets/images/Doodles/Doodle-1.png
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 assets/images/Doodles/Doodle-2.png
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 assets/images/Doodles/code-left.png
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 assets/images/Doodles/code-right.png
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 assets/images/icons/slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/images/icons/svgs/arrow-circle-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions assets/images/icons/svgs/question-mark-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/images/profiles/charlie.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions assets/images/profiles/profile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion assets/style/hero.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero {
max-width: 100%;
width: 100%;
margin: 0 auto;
text-align: center;
background-color: white;
Expand All @@ -10,6 +10,7 @@
color: var(--primary-p500);
}

/* disabled here due to a linting error, but we need the webkit marker for this to work */
/* stylelint-disable */
.hero mark {
background: var(--gradient-brandreverse);
Expand Down
Loading

0 comments on commit a8c514d

Please sign in to comment.