This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
-
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
10 changed files
with
170 additions
and
18 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 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,93 @@ | ||
<template> | ||
<div class="about-us"> | ||
<div class="about-us-container"> | ||
<h2 class="why">Anonymous</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
<div class="about-us-container"> | ||
<h2 class="why">Open Source</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
<div class="about-us-container"> | ||
<h2 class="why">Nice design</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
<div class="about-us-container"> | ||
<h2 class="why">One-Time</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
<div class="about-us-container"> | ||
<h2 class="why">Fast</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
<div class="about-us-container"> | ||
<h2 class="why">Updatable</h2> | ||
<p class="text">Lorem Ipsum is simply dummy text of the printing and typesetting industry. | ||
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | ||
when an unknown printer took a galley of type and scrambled it to make a type specimen book. | ||
It has survived not only five centuries, but also the leap into electronic typesetting, remaining | ||
essentially unchanged. It was popularised in the 1960s with the release of Letraset | ||
sheets containing Lorem Ipsum passages, and more recently with desktop publishing software | ||
like Aldus PageMaker including versions of Lorem Ipsum.</p> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<script> | ||
export default { | ||
name: 'Abous-Us' | ||
} | ||
</script> | ||
|
||
<style scoped> | ||
.about-us { | ||
display: grid; | ||
grid-template-columns: 33.33% 33.33% 33.33%; | ||
} | ||
.about-us-container { | ||
background: #0059FF; | ||
margin: 25px; | ||
padding: 25px; | ||
box-shadow: 3.5px 3.5px 0px #1A5AD2; | ||
} | ||
.text { | ||
text-align: justify; | ||
color: white; | ||
font-size: 15px; | ||
font-family: 'Poppins'; | ||
} | ||
.why { | ||
font-family: 'Poppins'; | ||
color: white; | ||
} | ||
</style> |
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,5 +1,5 @@ | ||
<template> | ||
<div class="about"> | ||
<div class="About"> | ||
<h1>This is an about page</h1> | ||
</div> | ||
</template> |
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