-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_deprecated.html
More file actions
57 lines (53 loc) · 2.47 KB
/
index_deprecated.html
File metadata and controls
57 lines (53 loc) · 2.47 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
<!DOCTYPE html>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css2?family=Orbitron" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Gruppo" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="index_style.css">
<html>
<head>
<link rel="icon" type="image/png" href="images/Logo64.png">>
<title>Welcome to CodeIndite!</title>
</head>
<div class="container">
<nav>
<ul class="Navbar">
<li><a href="aboutme.html">About me</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<main>
<img class="logo" src="images/LogoBanner_RoundedMergedFade_CorrectName.png">
</main>
<div id="content">
<H3 style="color:violet">This site is under construction and acting as a placeholder</H3>
<h1>Who are we?</h1>
<div class="company-info">
CodeIntent is a forge for manufacturing your software dreams!
Our ambition is to help you or your company achieve digital solutions perfect for a specific endeavor.
<br>
We know it's difficult to find existing applications to suit all your needs, therefore we know people and
companies often instead use several of them to try cover all possible ground.
<br>
We also know many people and companies have great ideas that would suite them and maybe their clients
perfectly, but doesn't have the competence to make it happen.
<br>
Driven by this idea is what made CodeIndite happen. You give us the details, and through fire and flames we
forge your idea into reality.
<br>
<br>
</div>
</div>
<footer>
<p>We specialize in the following:</p>
<img class="csharp-icon" src="images/csharpicon.png" alt="">
<img class="css-icon" src="images/cssicon.png" alt="">
<img class="js-icon" src="images/javascripticon.png" alt="">
<img class="html-icon" src="images/htmlicon.png" alt="">
</footer>
</div>
</html>