-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (70 loc) · 3.42 KB
/
Copy pathindex.html
File metadata and controls
80 lines (70 loc) · 3.42 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Users First — AI & Games, made in Columbus, Ohio</title>
<meta name="description" content="Users First builds AI tools and games from Columbus, Ohio.">
<meta property="og:title" content="Users First">
<meta property="og:description" content="AI & Games, made with love in Columbus, Ohio.">
<meta property="og:type" content="website">
<link rel="icon" type="image/png" href="images/logos/usersfirst-logo_50x50.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<main class="landing">
<section class="hero">
<div class="hero-content fade-in">
<img src="images/logos/usersfirst-logo_646x220.png" alt="Users First" class="hero-logo">
<p class="hero-tagline">We build for the people who use what we make.</p>
</div>
</section>
<section class="container">
<div class="pillars-grid">
<a href="https://ai.usersfirst.com" class="pillar-card fade-in">
<div class="pillar-icon">🤖</div>
<h2>AI</h2>
<p>Automated Inference & ML with NLP and LLMs for everyone.</p>
<span class="pillar-link">ai.usersfirst.com <span class="pillar-badge">Coming soon</span></span>
</a>
<a href="https://games.usersfirst.com" class="pillar-card fade-in">
<div class="pillar-icon">🎮</div>
<h2>Games</h2>
<p>Playful, physics-driven games with gyro for everyone.</p>
<span class="pillar-link">games.usersfirst.com →</span>
</a>
<a href="/blog/" class="pillar-card fade-in">
<div class="pillar-icon">📚</div>
<h2>Journal</h2>
<p>Build notes and field notes on the things we make.</p>
<span class="pillar-link">Read the blog →</span>
</a>
</div>
<p class="made-with fade-in">
<span class="made-with-icon">❤️</span>
Made with love in Columbus, Ohio — USA
</p>
</section>
</main>
<script src="js/main.js"></script>
<footer class="footer">
<div class="container">
<div class="footer-inner">
<div class="footer-logo">
<img src="images/logos/usersfirst-logo_646x220.png" alt="Users First">
</div>
<p class="footer-text">© 2026 Users First, LLC. All rights reserved.</p>
<ul class="footer-links">
<li><a href="/blog/">Blog</a></li>
<li><a href="https://games.usersfirst.com">Games</a></li>
<li><a href="https://ai.usersfirst.com">AI</a></li>
</ul>
</div>
<p class="footer-colophon" title="Psalm 150 — Praise the LORD! Praise God in his sanctuary; praise him in his mighty heavens! Praise him for his mighty deeds; praise him according to his excellent greatness! Praise him with trumpet sound; praise him with lute and harp! Praise him with tambourine and dance; praise him with strings and pipe! Praise him with sounding cymbals; praise him with loud clashing cymbals! Let everything that has breath praise the LORD! Praise the LORD!">Ps. 150</p>
</div>
</footer>
</body>
</html>