-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
103 lines (98 loc) · 5.11 KB
/
contact.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<meta name="keywords" content="Networking terms , computer terms , IT temrs , Tech terms ,download offline computer dictionary ,download computer glossary app, prgoramming keywords ,download tech terms definitions offline ,download computer terms definitions offline,download computer definitions offline">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<title>Download Computer Glossary App </title>
</head>
<body>
<div class="navbar navbar-expand-sm sticky-top navbar-dark bg-dark">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">ComputerGlossary™</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="menu">
<ul class="navbar-nav">
<li class="navbar-item">
<a href="download.html" class="nav-link">Download</a>
</li>
<li class="navbar-item">
<a href="usage.html" class="nav-link">Usage</a>
</li>
<li class="navbar-item">
<a href="contact.html" class="nav-link active">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container-fluid py-3">
<div class="container bg-dark rounded text-light py-3">
<h4 class="text-center ">Contact</h4>
<hr class="text-white">
<h5 class="text-center">How can we help you ?</h5>
<p class="text-center">we'd like to create things with fun , open minded people so feel free to contact us </p>
<div class="row">
<div class="col-md">
<form action="">
<div class="form-group input-group-sm">
<input type="text" name="name" id="" class="form-control" placeholder="Your name">
</div>
<div class="form-group">
<input type="text" name="email" id="" class="form-control" placeholder="E-mail">
</div>
<div class="form-group">
<textarea name="message" id="" cols="30" rows="10" class="form-control" placeholder="Message"required></textarea>
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-light w-25">Send</button>
</div>
</form>
</div>
<div class="col-md text-center">
<address>
<b>Fanom, Inc</b><br>
Uganda - Kampala <br>
Makerere College ,<br>
Sir Appolo Kagwa <abbr title="Road">RD.</abbr><br>
Tel :(+256) 702016859
</address>
<address>
Comoros - Ajouan <br>
Mutsamudu - Missir,Moya. <br>
Tel:(+269) 3596045
</address>
<hr>
<div class="btn-group" role="group" >
<a href="https://www.facebook.com/ComputerGlossary-427435844424791/" target="_blank" class="btn" role="button"><i class="fa fa-facebook text-white"></i></a>
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=fanom2813@gmail.com" target="_blank" class="btn" role="button"><i class="fa fa-google-plus text-white"></i></a>
<a href="https://github.com/Fanom2813" target="_blank" class="btn" role="button"><i class="fa fa-github text-white"></i></a>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark sticky-bottom">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">
<img src="img/Untitled-1.png" style="width: 35px; height: 35px;">
ComputerGlossary™
</a>
<small class="navbar-text">©Copyright 2018 - 2019 <b>Fanom.com</b></small>
</div>
</nav>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-3.2.1.slim.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/util.js"></script>
</body>
</html>