-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (59 loc) · 3.7 KB
/
about.html
File metadata and controls
66 lines (59 loc) · 3.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>firststep</title>
<link rel="icon" href="source/images/logo.png" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="source/style/stylesheet.css">
<script src="https://kit.fontawesome.com/5dba90d0f0.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="source/script/jscript.js"></script>
</head>
<body id="main">
<div id="menu" class="topnav">
<img src="source/images/logo.png" alt="logo"/>
<a class="icon active" href="index.html">firststep</a>
<label class="switch" style="margin-right: 30px; float: right; padding: 8px 12px; height: 6px; width: auto; margin-top: 6px;">
<input type="checkbox" onclick="chng_bg(this.checked)" checked="true">
<span class="slider round"></span>
</label>
<a href="projects.html">projects</a>
<a class="active" href="#about">about</a>
<a href="index.html">home</a>
</div>
<div alt="body">
<header id="home">
<h1 class="title">history</h1>
</header>
<div style="margin-left: 20%; margin-right: 20%; margin-top: 50px; margin-bottom: 50px;">
<h2>now</h2>
<h4>firststep</h4>
<p>
firststep was born as a modern refresh of all which remained of <1st_Step>. With exciting new titles coming soon, the future looks bright for this rebrand.
As demand grows, firststep will continue to come out with new, modern applications.
<br><br>
See projects for more information and to see all that's going on.
</p>
<h2>then</h2>
<h4><1st_Step></h4>
<p>
<1st_Step> Website Development was founded some time in 2011 by Corbin Graham with the goal of simplifying web design.
This was a time when getting a website was a difficult task. It required knowledge of HTML as well as funding for a domain and hosting.
With no plans of hosting and a lack of funding, <1st_Step> Website Development was an HTML-only company to design web fronts and share the source with customers to later be hosted.
When products started being released that allowed for custom web page creation without any knowledge of HTML, it was game over.
<br><br>
Thus, a spin-off was born: <1st_Step> Game Development. They later merged as <1st_Step> Development.
<br>
In this time period, <1st_Step> Game Development produced such games and apps as: <a href="">Text Batch</a>, <a href="">Kingdom Doom</a>, and others.
While they were popular within a small community, they were never successful enough to be profitable and served as projects for ideas and innovation.
Text Batch served as inspiration for firststep's upcoming app, Text.
This will be a new productivity application for multi-source encrypted network messaging using Corbin Graham's new <a href="">Connect.</a> library.
</p>
</div>
<footer alt="footer">
<a class="gh" href="https://github.com/firststepdevelopment"><i class="fa fa-brands fa-github"></i> GitHub</a>
<h5 style="margin-top: 4px;">© Corbin Graham 2022 | Icons by FontAwesome</h5>
</footer>
</div>
</body>
</html>