-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Kris0011/krispatel
added components.json
- Loading branch information
Showing
6 changed files
with
52 additions
and
20 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 |
---|---|---|
|
@@ -38,26 +38,10 @@ | |
</div> | ||
</nav> | ||
|
||
<div class="wrapper"> | ||
<!-- card-1 --> | ||
<div class="card"> | ||
<div class="poster"><a href="components/Login_page/login.html"><img | ||
src="images/pexels-bich-tran-2481177.jpg" alt="" /></a></div> | ||
<div class="details"> | ||
<h1>Login Page</h1> | ||
<h2>By : 12Kishan</h2> | ||
</div> | ||
</div> | ||
<div class="wrapper" id="component-items"> | ||
|
||
<!-- components will be fetched here --> | ||
|
||
<!-- card-2 --> | ||
<div class="card"> | ||
<div class="poster"><a href="components/contact_form/index.html"><img src="images/contact.png" alt="" /></a> | ||
</div> | ||
<div class="details"> | ||
<h1>Contact Form</h1> | ||
<h2>By : NaitikPatel-325</h2> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
|
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,15 @@ | ||
[ | ||
{ | ||
"name" : "Login Page", | ||
"url" :"Login_page" , | ||
"authorName" : "12Kishan", | ||
"imgUrl" : "./images/view.jpg" | ||
}, | ||
{ | ||
"name" : "Contact Form", | ||
"url" :"contact_form" , | ||
"authorName" : "NaitikPatel-325", | ||
"imgUrl" : "./images/contact.png " | ||
} | ||
|
||
] |
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 |
---|---|---|
|
@@ -55,4 +55,4 @@ | |
|
||
</body> | ||
|
||
</html> | ||
</html> |
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