diff --git a/index.html b/index.html index be11d27..14b8902 100644 --- a/index.html +++ b/index.html @@ -98,6 +98,7 @@

Completed Challenge 5

+ 404 Page Dashboard Hero Home Nauta Omnifood diff --git a/tahimilb/404-page/index.html b/tahimilb/404-page/index.html new file mode 100644 index 0000000..bcae964 --- /dev/null +++ b/tahimilb/404-page/index.html @@ -0,0 +1,30 @@ + + + + + + + + 404 Page + + +
+
+ logo ponlaya +
+ + +
+ + \ No newline at end of file diff --git a/tahimilb/404-page/resources/css/img/not-found.svg b/tahimilb/404-page/resources/css/img/not-found.svg new file mode 100644 index 0000000..181e09f --- /dev/null +++ b/tahimilb/404-page/resources/css/img/not-found.svg @@ -0,0 +1,1354 @@ + + + + not-found + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tahimilb/404-page/resources/css/styles.css b/tahimilb/404-page/resources/css/styles.css new file mode 100644 index 0000000..d29b656 --- /dev/null +++ b/tahimilb/404-page/resources/css/styles.css @@ -0,0 +1,60 @@ +/* ----- GENERAL ----- */ + +body { + font-family: 'Camphor', 'Arial', sans-serif; + margin: 0; + padding: 0; + text-rendering: optimizeLegibility; +} + +.starters-step-1-not-found-background-image { + background-image: url(img/not-found.svg); + background-position: center; + background-size: cover; + display: flex; + flex-wrap: wrap; + height: 100vh; + padding-left: 15%; + padding-right: 15%; +} + +.starters-step-1-not-found-header { + display: flex; + height: 64px; + justify-content: space-between; + width: 100%; +} + +.starters-step-1-not-found-footer-container { + align-self: flex-end; + margin-top: 24px; + display: flex; + flex-direction: column; + align-items: center; +} + +.starters-step-1-not-found-primary-text { + margin: 0; + font-size: 24px; + font-weight: lighter; + color: #2196f3; + line-height: 1.5; + text-align: center; + margin-bottom: 8px; +} + +.starters-step-1-not-found-secondary-text { + margin: 0; + font-size: 16px; + color: rgba(0, 0, 0, 0.38); + line-height: 1.5; + text-align: center; + margin-bottom: 4px; +} + +.starters-step-1-not-found-link-home { + font-size: 16px; + line-height: 1.5; + text-align: center; + color: #ffffff; +} diff --git a/tahimilb/404-page/resources/img/logo.svg b/tahimilb/404-page/resources/img/logo.svg new file mode 100644 index 0000000..98fea1d --- /dev/null +++ b/tahimilb/404-page/resources/img/logo.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +