Skip to content

Commit a8c514d

Browse files
MariamM110bp289
andauthored
Homepage data-dev section (#97)
* 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]>
1 parent 091839d commit a8c514d

File tree

13 files changed

+611
-66
lines changed

13 files changed

+611
-66
lines changed

assets/images/Doodles/Doodle-1.png

9.16 KB
Loading

assets/images/Doodles/Doodle-2.png

13 KB
Loading
11.9 KB
Loading
6.48 KB
Loading

assets/images/icons/slack.png

448 Bytes
Loading
Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Loading

assets/images/profiles/charlie.svg

Lines changed: 13 additions & 0 deletions
Loading

assets/images/profiles/profile.svg

Lines changed: 13 additions & 0 deletions
Loading

assets/style/hero.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.hero {
2-
max-width: 100%;
2+
width: 100%;
33
margin: 0 auto;
44
text-align: center;
55
background-color: white;
@@ -10,6 +10,7 @@
1010
color: var(--primary-p500);
1111
}
1212

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

0 commit comments

Comments
 (0)