namirasoft-node 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/index.html +11 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "namirasoft-node",
3
3
  "description": "Namira Software Corporation Node NPM Package",
4
- "version": "1.0.21",
4
+ "version": "1.0.22",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "scripts": {},
package/public/index.html CHANGED
@@ -53,10 +53,14 @@
53
53
  justify-content: space-between;
54
54
  }
55
55
 
56
- .project-logo {
56
+ .big-logo {
57
57
  width: 128px;
58
58
  height: 128px;
59
59
  }
60
+
61
+ h3 {
62
+ font-size: 1.25rem;
63
+ }
60
64
  </style>
61
65
  </head>
62
66
 
@@ -64,7 +68,7 @@
64
68
  <div class="container page-parent">
65
69
  <div>
66
70
  <div class="header">
67
- <img src="@logo" alt="Project Logo" class="img-fluid project-logo">
71
+ <img src="@logo" alt="Project Logo" class="img-fluid big-logo">
68
72
  <h1>@title</h1>
69
73
  <h5>@description</h5>
70
74
  </div>
@@ -86,9 +90,11 @@
86
90
  </div>
87
91
  </div>
88
92
  <div class="company">
89
- <img src="https://static.namirasoft.com/logo/namirasoft/base.png" alt="Company Logo" class="img-fluid">
90
- <h3>Namira Software Corporation</h3>
91
- <p>Visit our website: <a target="_blank" href="https://namirasoft.com">namirasoft.com</a></p>
93
+ <a href="https://namirasoft.com" target="_blank">
94
+ <img src="https://static.namirasoft.com/logo/namirasoft/base.png" alt="Company Logo"
95
+ class="img-fluid big-logo">
96
+ <h3>Namira Software Corporation</h3>
97
+ </a>
92
98
  <p>©Copyright 2010 to 2023 <a target="_blank" href="https://namirasoft.com">Namira Software Corporation</a>.
93
99
  All rights
94
100
  reserved.</p>