Skip to content

Commit 3a29924

Browse files
committed
Add SKU generator to homepage
1 parent 2ab03a4 commit 3a29924

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
<img style="margin: 0 auto;" src="https://github.com/explodinglabs/explodinglabs.com/blob/main/assets/logo.png?raw=true" />
2+
3+
## Development
4+
5+
```sh
6+
python -m http.server 4000 --bind 0.0.0.0
7+
```

assets/.DS_Store

6 KB
Binary file not shown.

assets/sku-generator.png

123 KB
Loading

index.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ nav {
7676
}
7777

7878
#projects {
79-
8079
padding-top: 10em;
8180

8281
h1 {
@@ -101,7 +100,7 @@ nav {
101100
section.project img {
102101
display: block;
103102
max-width: 100%;
104-
margin-bottom: 1em;
103+
margin-bottom: 2em;
105104
}
106105

107106
/* Project name */
@@ -132,7 +131,6 @@ nav {
132131
line-height: 140%;
133132
}
134133

135-
136134
/* GitHub icon before GitHub links */
137135
a[href*="github.com"]::before {
138136
content: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path d="M12 0C5.37 0 0 5.37 0 12c0 5.3 3.438 9.8 8.205 11.385.6.11.82-.26.82-.577 0-.285-.01-1.04-.015-2.04-3.338.725-4.042-1.61-4.042-1.61-.546-1.38-1.332-1.747-1.332-1.747-1.09-.745.084-.73.084-.73 1.205.084 1.84 1.237 1.84 1.237 1.07 1.835 2.805 1.305 3.49.997.108-.775.42-1.305.763-1.605-2.665-.3-5.467-1.335-5.467-5.932 0-1.31.465-2.38 1.235-3.22-.125-.303-.535-1.523.115-3.176 0 0 1.005-.322 3.3 1.23a11.48 11.48 0 013.003-.404c1.02.004 2.045.138 3.004.404 2.28-1.552 3.285-1.23 3.285-1.23.655 1.653.245 2.873.12 3.176.77.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.922.43.37.815 1.1.815 2.222 0 1.606-.015 2.896-.015 3.286 0 .32.21.694.825.577C20.565 21.795 24 17.295 24 12c0-6.63-5.37-12-12-12z"/></svg>');
@@ -152,5 +150,4 @@ nav {
152150
width: 16px;
153151
height: 16px;
154152
}
155-
156153
}

index.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@
122122
<div id="projects">
123123
<h1>Projects</h1>
124124

125+
<!-- SKU Generator -->
126+
<section class="project">
127+
<img src="/assets/sku-generator.png" alt="SKU Generator logo" />
128+
<h2>SKU Generator</h2>
129+
<div class="links">
130+
<a class="docs-link" href="https://sku-generator.com">App</a>
131+
<a class="docs-link" href="/sku-generator/">Docs</a>
132+
</div>
133+
<h3>Create Stock Keeping Unit (SKU) Codes for Retail Products</h3>
134+
</section>
135+
125136
<!-- SuperStack -->
126137
<section class="project">
127138
<img src="/assets/superstack.png" alt="SuperStack logo" />
@@ -134,19 +145,6 @@ <h2>SuperStack</h2>
134145
<h3>Lightweight and extensible application backend</h3>
135146
</section>
136147

137-
<!-- iko -->
138-
<!--
139-
<section class="project">
140-
<img src="/assets/iko.png" alt="iko logo" />
141-
<h2>iko</h2>
142-
<div class="links">
143-
<a href="https://github.com/explodinglabs/iko">GitHub</a> |
144-
<a class="docs-link" href="/iko/">Docs</a> |
145-
</div>
146-
<h3>A command-line tool for generation and management of database migrations</h3>
147-
</section>
148-
-->
149-
150148
<!-- powersync -->
151149
<section class="project">
152150
<img src="/assets/powersync.png" alt="powersync logo" />

0 commit comments

Comments
 (0)