Skip to content

Commit feafd25

Browse files
committed
Add some works screenshots
1 parent f9dd2d2 commit feafd25

15 files changed

+350
-277
lines changed

assets/css/styles.css

+10-3
Original file line numberDiff line numberDiff line change
@@ -1090,17 +1090,24 @@ Categories & Collections Style
10901090

10911091
/*
10921092
---------------------------------------------
1093-
Create NFT Style
1093+
Three Step
10941094
---------------------------------------------
10951095
*/
10961096

10971097
.three-step {
1098-
background-image: url(../images/main-bg.jpg);
1098+
/* background-image: url(../images/main-bg.jpg);
10991099
background-repeat: no-repeat;
11001100
background-position: center center;
1101-
background-size: cover;
1101+
background-size: cover; */
11021102
padding: 120px 0px;
11031103
position: relative;
1104+
background: #2C3E50;
1105+
/* fallback for old browsers */
1106+
background: -webkit-linear-gradient(to right, #4CA1AF, #2C3E50);
1107+
/* Chrome 10-25, Safari 5.1-6 */
1108+
background: linear-gradient(to right, #4CA1AF, #2C3E50);
1109+
/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
1110+
11041111
}
11051112

11061113
.three-step .section-heading .line-dec {

assets/favicon/apple-touch-icon.png

3.59 KB
Loading

assets/favicon/favicon-96x96.png

2.44 KB
Loading

assets/favicon/favicon.ico

14.7 KB
Binary file not shown.

assets/favicon/favicon.svg

+3
Loading

assets/favicon/site.webmanifest

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "708 Innovations",
3+
"short_name": "708",
4+
"icons": [
5+
{
6+
"src": "/assets/favicon/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/assets/favicon/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
3.58 KB
Loading
16.6 KB
Loading

assets/images/analyzer-my.webp

19.8 KB
Binary file not shown.

assets/images/hunting-chamber.webp

34.2 KB
Binary file not shown.

author.html

+54-52
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

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

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

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

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

14-
<!-- Bootstrap core CSS -->
15-
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
16-
17-
18-
<!-- Additional CSS Files -->
19-
<link rel="stylesheet" href="assets/css/fontawesome.css">
20-
<link rel="stylesheet" href="assets/css/templatemo-liberty-market.css">
21-
<link rel="stylesheet" href="assets/css/owl.css">
22-
<link rel="stylesheet" href="assets/css/animate.css">
23-
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
24-
<!--
25-
26-
TemplateMo 577 Liberty Market
27-
28-
https://templatemo.com/tm-577-liberty-market
29-
30-
-->
31-
</head>
21+
<!-- CSS Files -->
22+
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
23+
<link rel="stylesheet" href="/assets/css/fontawesome.css">
24+
<link rel="stylesheet" href="/assets/css/styles.css">
25+
<link rel="stylesheet" href="/assets/css/owl.css">
26+
<link rel="stylesheet" href="/assets/css/animate.css">
27+
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
28+
</head>
3229

3330
<body>
3431

@@ -48,29 +45,29 @@
4845
<!-- ***** Header Area Start ***** -->
4946
<header class="header-area header-sticky">
5047
<div class="container">
51-
<div class="row">
52-
<div class="col-12">
53-
<nav class="main-nav">
54-
<!-- ***** Logo Start ***** -->
55-
<a href="index.html" class="logo">
56-
<img src="assets/images/logo.png" alt="">
57-
</a>
58-
<!-- ***** Logo End ***** -->
59-
<!-- ***** Menu Start ***** -->
60-
<ul class="nav">
61-
<li><a href="index.html">Home</a></li>
62-
<li><a href="explore.html">Explore</a></li>
63-
<li><a href="details.html">Item Details</a></li>
64-
<li><a href="author.html" class="active">Author</a></li>
65-
<li><a href="create.html">Create Yours</a></li>
66-
</ul>
67-
<a class='menu-trigger'>
68-
<span>Menu</span>
69-
</a>
70-
<!-- ***** Menu End ***** -->
71-
</nav>
72-
</div>
48+
<div class="row">
49+
<div class="col-12">
50+
<nav class="main-nav">
51+
<!-- ***** Logo Start ***** -->
52+
<a href="index.html" class="logo">
53+
<img src="assets/images/logo.png" alt="">
54+
</a>
55+
<!-- ***** Logo End ***** -->
56+
<!-- ***** Menu Start ***** -->
57+
<ul class="nav">
58+
<li><a href="index.html">Home</a></li>
59+
<li><a href="explore.html">Explore</a></li>
60+
<li><a href="details.html">Item Details</a></li>
61+
<li><a href="author.html" class="active">Author</a></li>
62+
<li><a href="create.html">Create Yours</a></li>
63+
</ul>
64+
<a class='menu-trigger'>
65+
<span>Menu</span>
66+
</a>
67+
<!-- ***** Menu End ***** -->
68+
</nav>
7369
</div>
70+
</div>
7471
</div>
7572
</header>
7673
<!-- ***** Header Area End ***** -->
@@ -287,7 +284,8 @@ <h6>1</h6>
287284
<img src="assets/images/icon-02.png" alt="">
288285
</div>
289286
<h4>Set Up Your Wallet</h4>
290-
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
287+
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
288+
dolore magna aliqua.</p>
291289
</div>
292290
</div>
293291
<div class="col-lg-4">
@@ -299,7 +297,8 @@ <h6>2</h6>
299297
<img src="assets/images/icon-04.png" alt="">
300298
</div>
301299
<h4>Add Your Digital NFT</h4>
302-
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
300+
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
301+
dolore magna aliqua.</p>
303302
</div>
304303
</div>
305304
<div class="col-lg-4">
@@ -308,7 +307,8 @@ <h4>Add Your Digital NFT</h4>
308307
<img src="assets/images/icon-06.png" alt="">
309308
</div>
310309
<h4>Sell Your NFT &amp; Make Profit</h4>
311-
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
310+
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
311+
dolore magna aliqua.</p>
312312
</div>
313313
</div>
314314
</div>
@@ -320,8 +320,9 @@ <h4>Sell Your NFT &amp; Make Profit</h4>
320320
<div class="row">
321321
<div class="col-lg-12">
322322
<p>Copyright © 2022 <a href="#">Liberty</a> NFT Marketplace Co., Ltd. All rights reserved.
323-
&nbsp;&nbsp;
324-
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com" target="_blank">TemplateMo</a></p>
323+
&nbsp;&nbsp;
324+
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com"
325+
target="_blank">TemplateMo</a></p>
325326
</div>
326327
</div>
327328
</div>
@@ -338,5 +339,6 @@ <h4>Sell Your NFT &amp; Make Profit</h4>
338339
<script src="assets/js/tabs.js"></script>
339340
<script src="assets/js/popup.js"></script>
340341
<script src="assets/js/custom.js"></script>
341-
</body>
342+
</body>
343+
342344
</html>

create.html

+62-58
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,31 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

4-
<head>
5-
6-
<meta charset="utf-8">
7-
<meta name="author" content="templatemo">
8-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
9-
10-
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
11-
12-
<title>Liberty Template - Create NFT Page</title>
13-
14-
<!-- Bootstrap core CSS -->
15-
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
16-
17-
18-
<!-- Additional CSS Files -->
19-
<link rel="stylesheet" href="assets/css/fontawesome.css">
20-
<link rel="stylesheet" href="assets/css/templatemo-liberty-market.css">
21-
<link rel="stylesheet" href="assets/css/owl.css">
22-
<link rel="stylesheet" href="assets/css/animate.css">
23-
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
24-
<!--
25-
26-
TemplateMo 577 Liberty Market
27-
28-
https://templatemo.com/tm-577-liberty-market
29-
30-
-->
31-
</head>
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="author" content="708 Innovations">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
9+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
10+
rel="stylesheet">
11+
12+
<title>708 Innovations</title>
13+
14+
<link rel="icon" type="image/png" href="/assets/favicon/favicon-96x96.png" sizes="96x96" />
15+
<link rel="icon" type="image/svg+xml" href="/assets/favicon/favicon.svg" />
16+
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
17+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
18+
<meta name="apple-mobile-web-app-title" content="708" />
19+
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
20+
21+
<!-- CSS Files -->
22+
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
23+
<link rel="stylesheet" href="/assets/css/fontawesome.css">
24+
<link rel="stylesheet" href="/assets/css/styles.css">
25+
<link rel="stylesheet" href="/assets/css/owl.css">
26+
<link rel="stylesheet" href="/assets/css/animate.css">
27+
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
28+
</head>
3229

3330
<body>
3431

@@ -48,29 +45,29 @@
4845
<!-- ***** Header Area Start ***** -->
4946
<header class="header-area header-sticky">
5047
<div class="container">
51-
<div class="row">
52-
<div class="col-12">
53-
<nav class="main-nav">
54-
<!-- ***** Logo Start ***** -->
55-
<a href="index.html" class="logo">
56-
<img src="assets/images/logo.png" alt="">
57-
</a>
58-
<!-- ***** Logo End ***** -->
59-
<!-- ***** Menu Start ***** -->
60-
<ul class="nav">
61-
<li><a href="index.html">Home</a></li>
62-
<li><a href="explore.html">Explore</a></li>
63-
<li><a href="details.html">Item Details</a></li>
64-
<li><a href="author.html">Author</a></li>
65-
<li><a href="create.html" class="active">Create Yours</a></li>
66-
</ul>
67-
<a class='menu-trigger'>
68-
<span>Menu</span>
69-
</a>
70-
<!-- ***** Menu End ***** -->
71-
</nav>
72-
</div>
48+
<div class="row">
49+
<div class="col-12">
50+
<nav class="main-nav">
51+
<!-- ***** Logo Start ***** -->
52+
<a href="index.html" class="logo">
53+
<img src="assets/images/logo.png" alt="">
54+
</a>
55+
<!-- ***** Logo End ***** -->
56+
<!-- ***** Menu Start ***** -->
57+
<ul class="nav">
58+
<li><a href="index.html">Home</a></li>
59+
<li><a href="explore.html">Explore</a></li>
60+
<li><a href="details.html">Item Details</a></li>
61+
<li><a href="author.html">Author</a></li>
62+
<li><a href="create.html" class="active">Create Yours</a></li>
63+
</ul>
64+
<a class='menu-trigger'>
65+
<span>Menu</span>
66+
</a>
67+
<!-- ***** Menu End ***** -->
68+
</nav>
7369
</div>
70+
</div>
7471
</div>
7572
</header>
7673
<!-- ***** Header Area End ***** -->
@@ -116,25 +113,29 @@ <h2>Apply For <em>Your Item</em> Here.</h2>
116113
<div class="col-lg-4">
117114
<fieldset>
118115
<label for="description">Description For Item</label>
119-
<input type="description" name="description" id="description" placeholder="Give us your idea" autocomplete="on" required>
116+
<input type="description" name="description" id="description" placeholder="Give us your idea"
117+
autocomplete="on" required>
120118
</fieldset>
121119
</div>
122120
<div class="col-lg-4">
123121
<fieldset>
124122
<label for="username">Your Username</label>
125-
<input type="username" name="username" id="username" placeholder="Ex. @alansmithee" autocomplete="on" required>
123+
<input type="username" name="username" id="username" placeholder="Ex. @alansmithee" autocomplete="on"
124+
required>
126125
</fieldset>
127126
</div>
128127
<div class="col-lg-6">
129128
<fieldset>
130129
<label for="price">Price Of Item</label>
131-
<input type="price" name="price" id="price" placeholder="Price depends on quality. Ex. 0.06 ETH" autocomplete="on" required>
130+
<input type="price" name="price" id="price" placeholder="Price depends on quality. Ex. 0.06 ETH"
131+
autocomplete="on" required>
132132
</fieldset>
133133
</div>
134134
<div class="col-lg-6">
135135
<fieldset>
136136
<label for="royalities">Royalties</label>
137-
<input type="royalities" name="royalities" id="royalities" placeholder="Common royalties 1-25%" autocomplete="on" required>
137+
<input type="royalities" name="royalities" id="royalities" placeholder="Common royalties 1-25%"
138+
autocomplete="on" required>
138139
</fieldset>
139140
</div>
140141
<div class="col-lg-4">
@@ -168,7 +169,8 @@ <h4>Dolores Haze Westworld Eye</h4>
168169
<img src="assets/images/author-02.jpg" alt="" style="max-width: 50px; border-radius: 50%;">
169170
<h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
170171
</span>
171-
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
172+
<p>Lorem ipsum dolor sit amet, consectetu dipiscingei elit, sed do eiusmod tempor incididunt ut labore et
173+
dolore magna aliqua.</p>
172174
<div class="row">
173175
<div class="col-3">
174176
<span class="bid">
@@ -196,8 +198,9 @@ <h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
196198
<div class="row">
197199
<div class="col-lg-12">
198200
<p>Copyright © 2022 <a href="#">Liberty</a> NFT Marketplace Co., Ltd. All rights reserved.
199-
&nbsp;&nbsp;
200-
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com" target="_blank">TemplateMo</a></p>
201+
&nbsp;&nbsp;
202+
Designed by <a title="HTML CSS Templates" rel="sponsored" href="https://templatemo.com"
203+
target="_blank">TemplateMo</a></p>
201204
</div>
202205
</div>
203206
</div>
@@ -214,5 +217,6 @@ <h6>Kataleya Smithee<br><a href="#">@kataleey</a></h6>
214217
<script src="assets/js/tabs.js"></script>
215218
<script src="assets/js/popup.js"></script>
216219
<script src="assets/js/custom.js"></script>
217-
</body>
220+
</body>
221+
218222
</html>

0 commit comments

Comments
 (0)