generated from xkeshav/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
39 additions
and
28 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
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,9 @@ | ||
.container__about { | ||
padding: 1rem; | ||
|
||
>.moto { | ||
color: #3a8657; | ||
font-size: 3rem; | ||
|
||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import url(./global.css); | ||
|
||
.header { | ||
background-color: #15091d; | ||
|
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 |
---|---|---|
|
@@ -90,8 +90,3 @@ nav { | |
color: #5b3333; | ||
} | ||
} | ||
|
||
.footer { | ||
text-align: center; | ||
align-self: center; | ||
} |
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 |
---|---|---|
|
@@ -19,7 +19,6 @@ | |
--tz: 288px; | ||
} | ||
|
||
|
||
main { | ||
display: grid; | ||
grid-template-areas: 'option' 'panel'; | ||
|
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
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 |
---|---|---|
@@ -1,20 +1,27 @@ | ||
--- | ||
import "@/assets/styles/about.css"; | ||
import Header from "@/components/Header"; | ||
import Layout from "@/layouts/Layout"; | ||
--- | ||
|
||
<Layout title="About Us"> | ||
<Header> | ||
<div>popover content</div> | ||
<Header title="About us"> | ||
<div popovertarget="hint">❓</div> | ||
</Header> | ||
<div popover id="hint"> | ||
<button autofocus>Close</button> | ||
<p>Hide & Seek.</p> | ||
<p>Press any alphabet key from keyboard and that letter will appears and when you press again then it will | ||
disappears. see some hover and active effect while hover over each card</p> | ||
</div> | ||
<main> | ||
<div> | ||
<div class="container__about"> | ||
<h1>Hello There</h1> | ||
<p>This is my initial version to make interactive games for kids</p> | ||
<p> | ||
Inspiration behind these games are to take kids away from smartphone and close to keyboard which will help in | ||
their future building also. | ||
</p> | ||
<section class="moto"> | ||
<p>This is my initial version to make interactive games for kids</p> | ||
<p>Inspiration behind these games are to take kids away from smartphone and close to keyboard which will help in their future building also. </p> | ||
</section> | ||
</div> | ||
</main> | ||
</Layout> |
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
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