-
Notifications
You must be signed in to change notification settings - Fork 62
Carina's js project buisness site #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
carina90kaarli-png
wants to merge
7
commits into
Technigo:main
Choose a base branch
from
carina90kaarli-png:first-branch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
8e29752
trial
carina90kaarli-png 2d6a4f2
added-everything
carina90kaarli-png 98da2f9
finiched-grid-navbar-extras
carina90kaarli-png 0ddea0c
fixed-forum-back-button
carina90kaarli-png 30a4fa4
fixed-back-button-color
carina90kaarli-png bdbc327
footer-fixed
carina90kaarli-png db2a56e
fixed form acording to rewiev
carina90kaarli-png File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 @@ | ||
| # js-project-business-site |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,117 @@ | ||
| *{ | ||
| box-sizing: border-box; | ||
| padding: 0; | ||
| margin: 0; | ||
| } | ||
|
|
||
| body{ | ||
| background-image: url(backgrounds/back1.jpg); | ||
| } | ||
|
|
||
| header{ | ||
| display: grid; | ||
| grid-template-rows: repeat(4, 1fr); | ||
| grid-template-columns: repeat(12, 1fr); | ||
| background-color: black; | ||
| color: #18a7a7; | ||
| } | ||
|
|
||
| button{ | ||
| grid-column: 12/12; | ||
| grid-row: 1/1 | ||
|
|
||
| } | ||
|
|
||
| h2{ | ||
| grid-column: 6/7; | ||
| grid-row: 1/3; | ||
| padding-bottom: 5px; | ||
|
|
||
|
|
||
| } | ||
|
|
||
| p{ | ||
| grid-column: 6/7; | ||
| grid-row: 3/4; | ||
| } | ||
|
|
||
| a{ | ||
| color: #18a7a7; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
|
|
||
| .container{ | ||
| display: flex; | ||
| justify-content: center; | ||
| flex-wrap: wrap; | ||
|
|
||
| } | ||
|
|
||
| .card{ | ||
| background-color: rgb(135, 219, 219); | ||
| width: 220px; | ||
| height: 500px; | ||
| margin: 50px; | ||
| border-radius: 90px; | ||
| box-shadow: 5px 20px 20px; | ||
|
|
||
|
|
||
| } | ||
|
|
||
| .card-image{ | ||
| background-color: yellowgreen; | ||
| height: 200px; | ||
| margin-bottom: 15px; | ||
| background-size: cover; | ||
| } | ||
|
|
||
|
|
||
| .rab{ | ||
| background-image: url(carved/Malachite.jpg); | ||
| } | ||
| .uni{ | ||
| background-image: url(carved/oceanjasper.jpg); | ||
| } | ||
|
|
||
| .bust{ | ||
| background-image: url(carved/rose.jpg); | ||
| } | ||
|
|
||
| .skull{ | ||
| background-image: url(carved/QuartzSkul.jpg); | ||
| } | ||
|
|
||
| .kya{ | ||
| background-image: url(carved/kyanite.jpg); | ||
| } | ||
|
|
||
| .moss{ | ||
| background-image: url(carved/mossagate.jpg); | ||
| } | ||
|
|
||
| .phoe{ | ||
| background-image: url(carved/phoenix.jpg); | ||
| } | ||
|
|
||
| .tur{ | ||
| background-image: url(carved/turmaline.jpg); | ||
| } | ||
|
|
||
| .sel{ | ||
| background-image: url(carved/selenite.jpg); | ||
| } | ||
|
|
||
| .card h4{ | ||
| text-align: center; | ||
| } | ||
|
|
||
| .card p{ | ||
| padding: 20px; | ||
| } | ||
|
|
||
| .card:hover{ | ||
| background-color: white; | ||
| cursor: pointer; | ||
| transform: scale(1.1); | ||
| } |
This file contains hidden or 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,81 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| <link rel="stylesheet" href="carved.css"> | ||
| </head> | ||
| <body> | ||
|
|
||
|
|
||
| <header> | ||
| <h2>Carved Stones</h2> | ||
| <p> Handcarved stones</p> | ||
| <button style=" font-size:15px; font-family: cursive; background-color: #93fcfc; border-radius: 5px;"> <!--working on it--> | ||
| <a href="index.html">Back</a> | ||
| </button> | ||
| </header> | ||
|
|
||
| <section class="container"> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image rab"></div> | ||
| <h4>Malachite rabbit</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse qui rem temporibus praesentium itaque quas fugiat? Saepe voluptatem aliquid eveniet ex, reiciendis quis laudantium corrupti id deleniti eum incidunt neque?</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image uni"></div> | ||
| <h4>Ocean Jasper uniqorn</h4> | ||
| <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Suscipit ab iste maxime soluta dignissimos aliquid minus perspiciatis. Accusantium deserunt eveniet rerum provident harum, doloribus expedita voluptas? Nobis dicta odit sit?</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image bust"></div> | ||
| <h4>Rose Quartz bust</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam obcaecati similique maiores eius culpa eaque labore molestias alias magnam libero necessitatibus, error accusamus voluptatem odio provident numquam nemo eveniet voluptates!</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image skull"></div> | ||
| <h4>Quartz skull</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse qui rem temporibus praesentium itaque quas fugiat? Saepe voluptatem aliquid eveniet ex, reiciendis quis laudantium corrupti id deleniti eum incidunt neque?</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image kya"></div> | ||
| <h4>Kyanite tower</h4> | ||
| <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Suscipit ab iste maxime soluta dignissimos aliquid minus perspiciatis. Accusantium deserunt eveniet rerum provident harum, doloribus expedita voluptas? Nobis dicta odit sit?</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image moss"></div> | ||
| <h4>Moss aget Tower</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam obcaecati similique maiores eius culpa eaque labore molestias alias magnam libero necessitatibus, error accusamus voluptatem odio provident numquam nemo eveniet voluptates!</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image phoe"></div> | ||
| <h4>Phoenix stone Tower</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam obcaecati similique maiores eius culpa eaque labore molestias alias magnam libero necessitatibus, error accusamus voluptatem odio provident numquam nemo eveniet voluptates!</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image tur"></div> | ||
| <h4>Black Turmaline Tower</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam obcaecati similique maiores eius culpa eaque labore molestias alias magnam libero necessitatibus, error accusamus voluptatem odio provident numquam nemo eveniet voluptates!</p> | ||
| </div> | ||
|
|
||
| <div class="card"> | ||
| <div class="card-image sel"></div> | ||
| <h4>Selenite Tower</h4> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Totam obcaecati similique maiores eius culpa eaque labore molestias alias magnam libero necessitatibus, error accusamus voluptatem odio provident numquam nemo eveniet voluptates!</p> | ||
| </div> | ||
|
|
||
|
|
||
| </section> | ||
|
|
||
|
|
||
| </body> | ||
| </html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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,54 @@ | ||
| label{ | ||
| display: block; | ||
| padding: 5px; | ||
|
|
||
| } | ||
|
|
||
| body{ | ||
| background-color: rgb(236, 255, 234); | ||
| } | ||
|
|
||
|
|
||
|
|
||
| .hero{ | ||
| background-image: url(backgrounds/back1.jpg); | ||
| background-size: cover; | ||
| background-repeat: no-repeat; | ||
| /* gives the image boxshadow inside the immage*/ | ||
| box-shadow: 40px 30px 30px rgb(236, 255, 234) inset; | ||
|
|
||
| min-block-size: 30vh; | ||
|
|
||
| } | ||
|
|
||
| a{ | ||
| color: #18a7a7; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| .container{ | ||
| display: flex; | ||
| justify-content: center; | ||
| flex-wrap: wrap; | ||
| justify-content: center; | ||
|
|
||
|
|
||
| } | ||
|
|
||
| .card{ | ||
| display: flex; | ||
| background-color: rgb(135, 219, 219); | ||
| width: 340px; | ||
| height: 450px; | ||
| margin: 50px; | ||
| border-radius: 10px; | ||
| box-shadow: 5px 20px 20px; | ||
| flex-direction: column; | ||
| align-items: center; | ||
| justify-content: space-around; | ||
|
|
||
|
|
||
|
|
||
|
|
||
| } | ||
|
|
This file contains hidden or 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,54 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| <link rel="stylesheet" href="form.css"> | ||
|
|
||
|
|
||
| </head> | ||
| <body> | ||
| <button style=" font-size:15px; font-family: cursive; background-color: #93fcfc; border-radius: 5px;"> <!--working on it--> | ||
| <a href="index.html">Back</a> | ||
| </button> | ||
|
|
||
| <section class="hero overlay"> | ||
| <h2> Sign up for our mailing list!</h2> | ||
| <p> Get news, updates on our stock and discounts.</p> | ||
|
|
||
| </section> | ||
|
|
||
|
|
||
|
|
||
| <form action="http://httpbin.org/anything" method="POST"> | ||
| <div class="container"> | ||
| <div class="card"> | ||
| <h3>Submit form</h3> | ||
| <!-- add flex--> | ||
| <label> | ||
| First name | ||
| <input type="text" name="name" placeholder="Anna" required> | ||
| </label> | ||
|
|
||
| <label> | ||
| Last name | ||
| <input type="text" name="name" placeholder="Andersson" required> | ||
| </label> | ||
|
|
||
| <label> | ||
| <input type="email" name="e-mail" placeholder="[email protected]" required> | ||
| </label> | ||
|
|
||
| <p>Do you consent?</p> | ||
| <input type="checkbox" name="Yes" required> Yes | ||
|
|
||
| <button type="submit"> Submit</button> | ||
| </div> | ||
| </div> | ||
|
|
||
| </form> | ||
|
|
||
| </body> | ||
| </html> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Make sure you use the https as the action, as it can otherwise result in browsers blocking the action