-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (58 loc) · 2.47 KB
/
index.html
File metadata and controls
67 lines (58 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
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GuideForm's Official Website</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h3 class="datetime" id="current_date"></h3>
<img class="image1" src="assets/images/GuideForm.png" alt="GuideForm.tech" width="200" height="200">
<!-- Multi-line Text Input Control -->
<div class="vl"></div>
<div class="text">
<!-- Dummy Text start -->
<p>
Tashfeen Engineering Solutions is a geotechnical, civil engineering, and software development company
established in 2020.
It has worked on several projects on national & international scales.
The engineering firm will start to expand overseas, and to do so,
a survey must be done to understand the young engineers' qualities overseas.
We chose to begin with Bahrain because the kingdom has a well-established & most recognized
engineering infrastructure in the Middle East.
Thus, kindly answer our survey on our application GuideForm for our research purposes.
For any inquiries, please do not hesitate to contact us on our website.
</p>
</div>
<div class="btns">
<button type="submit" value="submit" name="submit" onclick="window.location.href='appsurvey.html'">
Access the survey
</button>
<div class="dropup">
<button class="dropbtn">Access every code</button>
<div class="dropup-content">
<a href="docs/code/appcode.html">The entire code</a>
<a href="docs/code/librariescode.html">The necessary libraries</a>
<a href="docs/code/windowcode.html">The window's design</a>
<a href="docs/code/telegramcode.html">Telegram extraction code</a>
<a href="docs/code/graphscode.html">Graphing the results</a>
<a href="docs/code/functionscode.html">Adding functions to the button & dropdown menus & positioning them</a>
</div>
</div>
<div class="dropup">
<button class="dropbtn">Access links about</button>
<div class="dropup-content">
<a href="assets/images/GuideForm.pdf">The application</a>
<a href="https://tashfeen.tech/">The company</a>
</div>
</div>
</div>
<footer>
<p>Tashfeen Engineering Solutions 2022<br> <a href="https://www.tashfeen.tech">Powered by Tashfeen</a></p>
</footer>
<script src="js/main.js"></script>
</body>
</html>