-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
74 lines (67 loc) · 3.04 KB
/
about.html
File metadata and controls
74 lines (67 loc) · 3.04 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
<head>
<link rel="stylesheet" href="styles/styles_about.css">
</head>
<body>
<header>
<h1><span class="company-logo-red">NOT</span> ENOUGH PHOTONS<span class="company-logo-red">.</span></h1>
<h2>Games, VR Mods, Gadgets, and More.</h2>
</header>
<section>
<div class="section-content">
<h1><span class="company-logo-red">WHO</span> ARE YOU... ALL?</h1>
<hr>
<p>Not Enough Photons was founded by me, adamdev, or just Adam.
It mostly is a solo effort, where I am the only one that develops
the mods, games, and even the stuff you are seeing on this website.
</p>
<p>The name came from a random thought I had when I came up with an idea
for a game. I wanted to make a developer name up. Something that will
be new to me, and memorable. Not Enough Photons came about one night
while I was in the kitchen of my house, and I ran with it ever since.
</p>
<p>Most of the work is done by my own hands, but I also tend to get
other hands to help out to make projects that needs to be done!
</p>
</div>
</section>
<footer>
<h1><span class="company-logo-red">NOT</span> ENOUGH PHOTONS<span class="company-logo-red">.</span></h1>
<div class="footer-subsections">
<div class="footer-page-redirects">
<p>Pages</p>
<div class="page-links">
<a href="../index.html">
<p>Home</p>
</a><a href="../about.html">
<p>About</p>
</a><a href="../mods.html">
<p>Mods</p>
</a><a href="../games.html">
<p>Games</p>
</a><a href="#">
<p>Other</p>
</a>
</div>
</div>
<div class="footer-social-redirects">
<p>Where to find us</p>
<div class="social-links">
<a href="https://www.youtube.com/channel/UCQOY_7KmcVj3zPFsYewvomw">
<p>YouTube</p>
</a><a href="https://github.com/NotEnoughPhotons">
<p>GitHub</p>
</a><a href="https://www.tiktok.com/@notenoughphotons">
<p>TikTok</p>
</a><a href="https://twitter.com/adamdevv">
<p>Twitter</p>
</a><a href="https://boneworks.thunderstore.io/package/NotEnoughPhotons/">
<p>Thunderstore (BONEWORKS)</p>
</a><a href="https://bonelab.thunderstore.io/package/NotEnoughPhotons/">
<p>Thunderstore (BONELAB)</p>
</a>
</div>
</div>
</div>
<p class="footer-copyright-text">Not Enough Photons, All rights reserved.</p>
</footer>
</body>