
I have bad news for you
21 |The page you are looking for might be removed or is temporarily unavailable
22 | 23 |├── 1 ├── Scarecrow.png ├── index.css └── index.html ├── 2 ├── images │ ├── photo1.png │ ├── photo2.png │ ├── photo3.png │ ├── photo4.png │ ├── photo5.png │ └── photo6.png ├── index.css └── index.html └── README.md /1/Scarecrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aceiny/Dev-challenge-responsive-/66f1915bdeff0a850745dd547fb4b3d6da1420c6/1/Scarecrow.png -------------------------------------------------------------------------------- /1/index.css: -------------------------------------------------------------------------------- 1 | @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@700&family=Montserrat:wght@500;600;700&family=Space+Mono:wght@400;700&display=swap'); 2 | *{ 3 | padding: 0; 4 | margin: 0; 5 | box-sizing: border-box; 6 | text-decoration: none; 7 | } 8 | body { 9 | height: 100vh; 10 | } 11 | .container { 12 | display : flex; 13 | flex-direction : column ; 14 | justify-content: space-between; 15 | height: 100%; 16 | 17 | } 18 | header{ 19 | display: flex; 20 | justify-content: start; 21 | width: fit-content; 22 | padding: 30px 0 0 70px; 23 | } 24 | header p{ 25 | font-family: "Inconsolata"; 26 | font-size: 24px; 27 | font-weight: 700; 28 | line-height: 25px; 29 | letter-spacing: -0.08em; 30 | text-align: left; 31 | color: #333333; 32 | text-transform : uppercase; 33 | 34 | } 35 | .text-info{ 36 | display : flex; 37 | justify-content : center; 38 | gap: 7%; 39 | width: 100%; 40 | padding: 0 15px; 41 | } 42 | .info-text{ 43 | display: flex; 44 | flex-direction: column; 45 | gap: 45px; 46 | justify-content: start; 47 | } 48 | .info-text h1{ 49 | font-family: "Space Mono"; 50 | font-size: 64px; 51 | font-weight: 700; 52 | line-height: 95px; 53 | letter-spacing: -0.035em; 54 | text-align: left; 55 | color: #333333; 56 | max-width: 586px; 57 | 58 | } 59 | .info-text p { 60 | font-family: "Space Mono"; 61 | font-size: 24px; 62 | font-weight: 400; 63 | line-height: 36px; 64 | letter-spacing: -0.035em; 65 | color: #4F4F4F; 66 | max-width : 381px; 67 | } 68 | .info-text button { 69 | width: 216px; 70 | height: 68px; 71 | text-align: center; 72 | background-color: #333333; 73 | color : white; 74 | font-family: "Space Mono"; 75 | font-size: 14px; 76 | font-weight: 700; 77 | line-height: 21px; 78 | letter-spacing: -0.035em; 79 | text-transform : uppercase; 80 | outline: none; 81 | border: none; 82 | } 83 | .scarecrow-image img { 84 | max-width: 539px; 85 | } 86 | footer{ 87 | display : flex; 88 | justify-content : center ; 89 | align-items : center; 90 | font-family: "Montserrat"; 91 | font-size: 14px; 92 | font-weight: 700; 93 | line-height: 17px; 94 | letter-spacing: 0em; 95 | color: #BDBDBD; 96 | justify-content: center; 97 | padding-bottom: 25px; 98 | 99 | } 100 | footer p { 101 | font-weight: 500; 102 | } 103 | .spanp1{ 104 | font-weight: 700; 105 | } 106 | .spanp2 { 107 | font-weight: 600; 108 | } 109 | @media (max-width : 856px){ 110 | header { 111 | padding: 5% 0 0 10%; 112 | } 113 | .text-info { 114 | flex-direction: column; 115 | align-items: center; 116 | gap: 20px; 117 | margin-bottom: 30px; 118 | padding: 0 0 0 25px; 119 | } 120 | .info-text{ 121 | max-width: 350px; 122 | } 123 | .text-info img{ 124 | width: 286.829833984375px; 125 | height: 238.00001525878906px; 126 | 127 | } 128 | .info-text h1{ 129 | font-size: 48px; 130 | } 131 | .info-text p{ 132 | font-size: 18px; 133 | } 134 | } 135 | -------------------------------------------------------------------------------- /1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |404 not found
13 |The page you are looking for might be removed or is temporarily unavailable
22 | 23 |Who we are
We are team of creatively diverse. driven. innovative individuals working in various locations from the world.
14 |Bill Mahoney
20 |Product owner
23 |Saba Cabrera
30 |Art director
33 |Shae Le
40 |Tech Lead
43 |Skylah Lu
50 |UX Designer
53 |Griff Richards
60 |Developer
63 |Stan John
70 |DEverloper
73 |