Skip to content

Commit 586587b

Browse files
minor updates
1 parent 0673693 commit 586587b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules/
22
dist/
33
html&css/
44
.temp/
5-
css/
5+
css/
6+
neumorphism-ui-v1.0.0.zip

src/html/pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h2 class="h4 mr-2">
9999
<div class="row align-items-center justify-content-around">
100100
<div class="col-md-6 col-xl-6 mb-5">
101101
<div class="card bg-primary shadow-soft border-light organic-radius p-3">
102-
<img class="organic-radius img-fluid" src="../../assets/img/sections/about-us-1.jpg" alt="modern desk">
102+
<img class="organic-radius img-fluid" src="../../assets/img/about-us-1.jpg" alt="modern desk">
103103
</div>
104104
</div>
105105
<div class="col-md-6 col-xl-5 text-center text-md-left">

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h2 class="h5 my-3">Build with Sass</h2>
238238
<span class="fas fa-mobile-alt"></span>
239239
</div>
240240
<h2 class="h5 my-3">Responsive Design</h2>
241-
<p>Did you know 53% of the world web traffic is mobile? Pixel is fully responsive and mobile first</p>
241+
<p>Did you know 53% of the world web traffic is mobile? Neumorphism UI is fully responsive and mobile first</p>
242242
</div>
243243
<!-- End of Icon box -->
244244
</div>
@@ -480,7 +480,7 @@ <h2 class="h1 font-weight-light mb-3">Less <span class="font-weight-bold">work</
480480
<h2 class="h1 font-weight-light mb-3"><strong>Open source</strong> project</h2>
481481
<p class="lead mb-4">Neumorphism UI is an open source UI Kit that is licensed under the MIT License. Consider giving us a star on the official Github repository to spread the news!</p>
482482
<div class="d-flex align-items-center">
483-
<a href="https://github.com/themesberg/pixel-bootstrap-ui-kit" target="_blank" class="btn btn-primary mr-4">
483+
<a href="https://github.com/themesberg/neumorphism" target="_blank" class="btn btn-primary mr-4">
484484
<span class="fab fa-github mr-1"></span> View on GitHub
485485
</a>
486486
<!-- Place this tag where you want the button to render. -->

src/partials/_navigation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<span class="small">Examples and guides</span>
113113
</div>
114114
</a>
115-
<a href="https://github.com/themesberg/th-neumorphism-ui-pro/issues" target="_blank" class="list-group-item list-group-item-action d-flex align-items-center p-0 py-3 px-lg-4">
115+
<a href="https://github.com/themesberg/neumorphism-ui/issues" target="_blank" class="list-group-item list-group-item-action d-flex align-items-center p-0 py-3 px-lg-4">
116116
<span class="icon icon-sm icon-secondary"><span class="fas fa-microphone-alt"></span></span>
117117
<div class="ml-4">
118118
<span class="text-dark d-block">Support</span>
@@ -126,8 +126,8 @@
126126
</ul>
127127
</div>
128128
<div class="d-flex align-items-center">
129-
<a href="https://themesberg.com/product/ui-kits/neumorphism-ui-pro" target="_blank" class="btn btn-primary text-secondary mr-3"><i class="far fa-paper-plane mr-2"></i> Upgrade to PRO</a>
130-
<a href="https://themesberg.com/docs/neumorphism-ui/getting-started/quick-start/" target="_blank" class="btn btn-primary d-none d-md-inline-block"><i class="fas fa-book"></i> Docs v1.0</a>
129+
<a href="https://themesberg.com/product/ui-kits/neumorphism-ui-pro" target="_blank" class="btn btn-primary text-secondary d-none d-md-inline-block mr-3"><i class="far fa-paper-plane mr-2"></i> Upgrade to PRO</a>
130+
<a href="https://themesberg.com/docs/neumorphism-ui/getting-started/quick-start/" target="_blank" class="btn btn-primary"><i class="fas fa-book"></i> Docs v1.0</a>
131131
<button class="navbar-toggler ml-2" type="button" data-toggle="collapse" data-target="#navbar_global" aria-controls="navbar_global" aria-expanded="false" aria-label="Toggle navigation">
132132
<span class="navbar-toggler-icon"></span>
133133
</button>

0 commit comments

Comments
 (0)