-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
styles(): Add developer experts cta section to intro/next page (#2908)
- Loading branch information
1 parent
4d95c7e
commit 45c965b
Showing
5 changed files
with
80 additions
and
0 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
39 changes: 39 additions & 0 deletions
39
src/components/page/intro/next/DeveloperExperts/index.module.scss
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,39 @@ | ||
.developerExperts { | ||
background-color: var(--c-indigo-10); | ||
|
||
padding: 2.5rem; | ||
|
||
border-radius: 16px; | ||
|
||
margin-block-start: 1.35rem; | ||
|
||
header { | ||
max-width: 29rem; | ||
} | ||
|
||
&Title { | ||
margin-block-end: 0.5rem; | ||
} | ||
|
||
&Description { | ||
margin-block-end: 2.5rem; | ||
|
||
line-height: 1.6 !important; | ||
|
||
color: var(--c-indigo-90); | ||
} | ||
|
||
&Links { | ||
max-width: 38.313rem; | ||
|
||
display: flex; | ||
flex-wrap: wrap; | ||
align-items: center; | ||
justify-content: space-between; | ||
gap: 1rem; | ||
|
||
a { | ||
font-weight: 600; | ||
} | ||
} | ||
} |
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,29 @@ | ||
import React from 'react'; | ||
import styles from './index.module.scss'; | ||
|
||
export default function DeveloperExperts() { | ||
return ( | ||
<div className={styles.developerExperts}> | ||
<header> | ||
<h3 className={styles.developerExpertsTitle}>Featured Ionic Developer Expert Projects</h3> | ||
<p className={styles.developerExpertsDescription}> | ||
Extend your knowledge of Ionic from premium educational materials made by community members. | ||
</p> | ||
</header> | ||
<div className={styles.developerExpertsLinks}> | ||
<a href="https://ionicacademy.com" target="_blank" rel="noopener noreferrer"> | ||
Ionic Academy → | ||
</a> | ||
<a href="https://www.joshmorony.com/elite" target="_blank" rel="noopener noreferrer"> | ||
Elite Ionic → | ||
</a> | ||
<a href="https://ionicthemes.com" target="_blank" rel="noopener noreferrer"> | ||
Ionic Themes → | ||
</a> | ||
<a href="https://ionicreacthub.com" target="_blank" rel="noopener noreferrer"> | ||
Ionic React Hub → | ||
</a> | ||
</div> | ||
</div> | ||
); | ||
} |
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
45c965b
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:
ionic-docs – ./
ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app