-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (33 loc) · 1.82 KB
/
about.html
File metadata and controls
35 lines (33 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="about-content">
<p>InspoTab is a Chrome extension that transforms your new tab page into an inspiring experience with daily motivational quotes and stunning backgrounds.</p>
<p>Every time you open a new tab, you'll see a random inspirational quote to keep you motivated throughout your day.</p>
<div class="about-links">
<h3>🔗 Links</h3>
<div class="link-grid">
<a href="https://chromewebstore.google.com/detail/ckpplcfeemkpdkkaehicgkcfflmjlhbf?utm_source=item-share-cb" target="_blank" class="link-card">
<i class="fa-solid fa-download"></i>
<span>Chrome Web Store</span>
</a>
<a href="https://github.com/samsnow850/InspoTab" target="_blank" class="link-card">
<i class="fa-brands fa-github"></i>
<span>GitHub Repository</span>
</a>
</div>
</div>
<div class="about-creator">
<h3>👨💻 About the developer</h3>
<p><strong>Samuel Snow</strong> — based in San Francisco. I love tech (including Waymo and autonomous driving), and I build mobile apps to help people discover and enjoy their cities.</p>
<div class="link-grid">
<a href="https://sfpopos.app/" target="_blank" rel="noopener noreferrer" class="link-card">
<img src="images/sf-popos-transparent-logo.png" alt="" class="link-card-app-icon" width="72" height="72" />
<span>SF POPOS — San Francisco</span>
</a>
<a href="https://nypops.app/" target="_blank" rel="noopener noreferrer" class="link-card">
<img src="images/transparent%20NY%20POPS%20Logo.png" alt="" class="link-card-app-icon" width="72" height="72" />
<span>NY POPS — New York</span>
</a>
</div>
<p>Open <strong>Settings → Information → Developer</strong> for a short bio and the same links.</p>
<p><strong>Version:</strong> 3.0.0</p>
</div>
</div>