add projects section
All checks were successful
ClarkeIS Build / Build-Docker-Image (push) Successful in 41s

This commit is contained in:
2025-05-14 10:59:55 -04:00
parent 08ebb8d094
commit a6ffe95009
11 changed files with 378 additions and 24 deletions

View File

@@ -18,15 +18,20 @@
<a href="http://localhost:8080"><img src="http://localhost:8080/res/icon-wide.png" /></a>
<div>
<a href="http://localhost:8080/about.html">About Us</a>
<a href="http://localhost:8080/about.html">Hire Us</a>
<a href="http://localhost:8080/about.html">Meet The Team</a>
<a href="http://localhost:8080/about.html">Contact Us</a>
<a href="http://localhost:8080/about.html">Our Services</a>
<a href="http://localhost:8080/about.html">Pricing Calculator</a>
<a href="http://localhost:8080/team.html">Meet The Team</a>
<a href="http://localhost:8080/contact.html">Contact Us</a>
<a href="http://localhost:8080/services.html">Our Services</a>
<a href="http://localhost:8080/pricing.html">Pricing Calculator</a>
<a href="http://localhost:8080/projects.html">Our Projects</a>
</div>
</div>
<div class="center-text">
Website under construction. Check back later!
Clarke Information Systems is not a typical software engineering consultancy. We pride ourselves on a diverse skill set, wide-ranging projects,
and fast delivery times. We can build websites, apps, games, systems software, and even machine learning models. <b>We believe that there is a correct way
to do things.</b>
</div>
<div class="center-text">
This site is <i>still</i> under construction.
</div>
<script src="http://localhost:8080/main.js"></script>

View File

@@ -9,7 +9,7 @@
body {
background-image: url("http://localhost:8080/res/tile.svg");
background-color: rgb(255, 255, 210);
background-color: rgb(255, 255, 175);
background-position: center;
background-attachment: fixed;
}
@@ -60,6 +60,7 @@ body {
margin-right: auto;
padding: 50px;
border-left: 5px solid rgb(255, 204, 0);
line-height: 2em;
}
#header.slide-away {

View File

@@ -24,10 +24,10 @@
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="px"
inkscape:zoom="8.0630807"
inkscape:cx="31.625629"
inkscape:cy="27.656923"
inkscape:cx="31.563618"
inkscape:cy="27.718934"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-height="1043"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
@@ -39,11 +39,11 @@
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:#b3b3b3;stroke:#767676;stroke-width:0.529167;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1"
style="fill:#b3b3b3;stroke:#aeaeae;stroke-width:0.26458333;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
d="M 7.9375001,4.1626175 V 11.712382"
id="path1" />
<path
style="fill:#b3b3b3;stroke:#767676;stroke-width:0.529167;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1"
style="fill:#b3b3b3;stroke:#aeaeae;stroke-width:0.26458333;stroke-linecap:square;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
d="M 11.712382,7.9374997 H 4.1626179"
id="path2" />
</g>

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB