Skip to content

Commit

Permalink
Add some works screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gideontong committed Nov 18, 2024
1 parent f9dd2d2 commit feafd25
Show file tree
Hide file tree
Showing 15 changed files with 350 additions and 277 deletions.
13 changes: 10 additions & 3 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1090,17 +1090,24 @@ Categories & Collections Style

/*
---------------------------------------------
Create NFT Style
Three Step
---------------------------------------------
*/

.three-step {
background-image: url(../images/main-bg.jpg);
/* background-image: url(../images/main-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-size: cover; */
padding: 120px 0px;
position: relative;
background: #2C3E50;
/* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4CA1AF, #2C3E50);
/* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4CA1AF, #2C3E50);
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.three-step .section-heading .line-dec {
Expand Down
Binary file added assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "708 Innovations",
"short_name": "708",
"icons": [
{
"src": "/assets/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added assets/favicon/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/analyzer-my.webp
Binary file not shown.
Binary file added assets/images/hunting-chamber.webp
Binary file not shown.
106 changes: 54 additions & 52 deletions author.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<!DOCTYPE html>
<html lang="en">

<head>
<head>
<meta charset="utf-8">
<meta name="author" content="708 Innovations">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<meta charset="utf-8">
<meta name="author" content="templatemo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<title>708 Innovations</title>

<title>Liberty NFT - Author Detail Page</title>
<link rel="icon" type="image/png" href="/assets/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="708" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />

<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">


<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-liberty-market.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
<!--
TemplateMo 577 Liberty Market
https://templatemo.com/tm-577-liberty-market
-->
</head>
<!-- CSS Files -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/fontawesome.css">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/assets/css/owl.css">
<link rel="stylesheet" href="/assets/css/animate.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
</head>

<body>

Expand All @@ -48,29 +45,29 @@
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="details.html">Item Details</a></li>
<li><a href="author.html" class="active">Author</a></li>
<li><a href="create.html">Create Yours</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="details.html">Item Details</a></li>
<li><a href="author.html" class="active">Author</a></li>
<li><a href="create.html">Create Yours</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
Expand Down Expand Up @@ -287,7 +284,8 @@ <h6>1</h6>
<img src="assets/images/icon-02.png" alt="">
</div>
<h4>Set Up Your Wallet</h4>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
<div class="col-lg-4">
Expand All @@ -299,7 +297,8 @@ <h6>2</h6>
<img src="assets/images/icon-04.png" alt="">
</div>
<h4>Add Your Digital NFT</h4>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
<div class="col-lg-4">
Expand All @@ -308,7 +307,8 @@ <h4>Add Your Digital NFT</h4>
<img src="assets/images/icon-06.png" alt="">
</div>
<h4>Sell Your NFT &amp; Make Profit</h4>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
</div>
</div>
</div>
Expand All @@ -320,8 +320,9 @@ <h4>Sell Your NFT &amp; Make Profit</h4>
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2022 <a href="#">Liberty</a> NFT Marketplace Co., Ltd. All rights reserved.
&nbsp;&nbsp;
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com" target="_blank">TemplateMo</a></p>
&nbsp;&nbsp;
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com"
target="_blank">TemplateMo</a></p>
</div>
</div>
</div>
Expand All @@ -338,5 +339,6 @@ <h4>Sell Your NFT &amp; Make Profit</h4>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/popup.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</body>

</html>
120 changes: 62 additions & 58 deletions create.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,31 @@
<!DOCTYPE html>
<html lang="en">

<head>

<meta charset="utf-8">
<meta name="author" content="templatemo">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">

<title>Liberty Template - Create NFT Page</title>

<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">


<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-liberty-market.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
<!--
TemplateMo 577 Liberty Market
https://templatemo.com/tm-577-liberty-market
-->
</head>
<head>
<meta charset="utf-8">
<meta name="author" content="708 Innovations">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">

<title>708 Innovations</title>

<link rel="icon" type="image/png" href="/assets/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="708" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />

<!-- CSS Files -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/fontawesome.css">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/assets/css/owl.css">
<link rel="stylesheet" href="/assets/css/animate.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
</head>

<body>

Expand All @@ -48,29 +45,29 @@
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="details.html">Item Details</a></li>
<li><a href="author.html">Author</a></li>
<li><a href="create.html" class="active">Create Yours</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="">
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="details.html">Item Details</a></li>
<li><a href="author.html">Author</a></li>
<li><a href="create.html" class="active">Create Yours</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
Expand Down Expand Up @@ -116,25 +113,29 @@ <h2>Apply For <em>Your Item</em> Here.</h2>
<div class="col-lg-4">
<fieldset>
<label for="description">Description For Item</label>
<input type="description" name="description" id="description" placeholder="Give us your idea" autocomplete="on" required>
<input type="description" name="description" id="description" placeholder="Give us your idea"
autocomplete="on" required>
</fieldset>
</div>
<div class="col-lg-4">
<fieldset>
<label for="username">Your Username</label>
<input type="username" name="username" id="username" placeholder="Ex. @alansmithee" autocomplete="on" required>
<input type="username" name="username" id="username" placeholder="Ex. @alansmithee" autocomplete="on"
required>
</fieldset>
</div>
<div class="col-lg-6">
<fieldset>
<label for="price">Price Of Item</label>
<input type="price" name="price" id="price" placeholder="Price depends on quality. Ex. 0.06 ETH" autocomplete="on" required>
<input type="price" name="price" id="price" placeholder="Price depends on quality. Ex. 0.06 ETH"
autocomplete="on" required>
</fieldset>
</div>
<div class="col-lg-6">
<fieldset>
<label for="royalities">Royalties</label>
<input type="royalities" name="royalities" id="royalities" placeholder="Common royalties 1-25%" autocomplete="on" required>
<input type="royalities" name="royalities" id="royalities" placeholder="Common royalties 1-25%"
autocomplete="on" required>
</fieldset>
</div>
<div class="col-lg-4">
Expand Down Expand Up @@ -168,7 +169,8 @@ <h4>Dolores Haze Westworld Eye</h4>
<img src="assets/images/author-02.jpg" alt="" style="max-width: 50px; border-radius: 50%;">
<h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
</span>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua.</p>
<div class="row">
<div class="col-3">
<span class="bid">
Expand Down Expand Up @@ -196,8 +198,9 @@ <h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
<div class="row">
<div class="col-lg-12">
<p>Copyright © 2022 <a href="#">Liberty</a> NFT Marketplace Co., Ltd. All rights reserved.
&nbsp;&nbsp;
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com" target="_blank">TemplateMo</a></p>
&nbsp;&nbsp;
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com"
target="_blank">TemplateMo</a></p>
</div>
</div>
</div>
Expand All @@ -214,5 +217,6 @@ <h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/popup.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</body>

</html>
Loading

0 comments on commit feafd25

Please sign in to comment.