|
| 1 | +import React from 'react'; |
| 2 | +import Logo from '../logo/logo'; |
| 3 | +import styles from './apply-hero.module.scss'; |
| 4 | + |
| 5 | +const ApplyHero = () => ( |
| 6 | + <header className={styles['apply-hero']}> |
| 7 | + <div className={styles['apply-hero__container']}> |
| 8 | + <Logo /> |
| 9 | + <div className={styles['apply-hero__header-content']}> |
| 10 | + <div className={styles['apply-hero__text']}> |
| 11 | + <h1>Ullam Pariatur Rerum Tenetur</h1> |
| 12 | + <p> |
| 13 | + Lorem ipsum dolor sit amet, consectetur adipisicing elit. |
| 14 | + Officia nam impedit rem? |
| 15 | + Dolorum distinctio provident officiis vero, |
| 16 | + sapiente debitis dicta vitae aut perferendis ad, |
| 17 | + eos veritatis iusto harum dolores eligendi fuga, |
| 18 | + omnis culpa quod ut qui porro a sed repudiandae. |
| 19 | + </p> |
| 20 | + </div> |
| 21 | + <div aria-hidden className={styles['apply-hero__art-container']}> |
| 22 | + <div className={styles['apply-hero__grid']}> |
| 23 | + <img src="/apprentices/Teresita.png" alt="" /> |
| 24 | + <img src="/apprentices/Jared.png" alt="" /> |
| 25 | + <img src="/apprentices/Marissa.png" alt="" /> |
| 26 | + <img src="/apprentices/Bennett.png" alt="" /> |
| 27 | + <div className={styles['apply-hero__grid--shape1']}> |
| 28 | + <svg viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 29 | + <path d="M3.00133 32.5401L20.2337 2.69278L37.4661 32.5401H3.00133Z" stroke="#FE3CB0" /> |
| 30 | + </svg> |
| 31 | + </div> |
| 32 | + <div className={styles['apply-hero__grid--shape2']}> |
| 33 | + <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 34 | + <circle cx="19.9315" cy="19.7905" r="18.2325" stroke="#01F5AC" /> |
| 35 | + </svg> |
| 36 | + </div> |
| 37 | + <div className={styles['apply-hero__grid--shape3']}> |
| 38 | + <svg viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 39 | + <path d="M3.00133 32.5401L20.2337 2.69278L37.4661 32.5401H3.00133Z" stroke="#FE3CB0" /> |
| 40 | + </svg> |
| 41 | + </div> |
| 42 | + <div className={styles['apply-hero__grid--shape4']}> |
| 43 | + <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 44 | + <circle cx="19.9315" cy="19.7905" r="18.2325" stroke="#01F5AC" /> |
| 45 | + </svg> |
| 46 | + </div> |
| 47 | + <div className={styles['apply-hero__grid--shape5']}> |
| 48 | + <svg viewBox="0 0 40 34" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 49 | + <path d="M3.00133 32.5401L20.2337 2.69278L37.4661 32.5401H3.00133Z" stroke="#FE3CB0" /> |
| 50 | + </svg> |
| 51 | + </div> |
| 52 | + <div className={styles['apply-hero__grid--shape6']}> |
| 53 | + <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 54 | + <circle cx="19.9315" cy="19.7905" r="18.2325" stroke="#01F5AC" /> |
| 55 | + </svg> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </header> |
| 62 | +); |
| 63 | + |
| 64 | +export default ApplyHero; |
0 commit comments