-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (83 loc) · 2.38 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>AsoSoft</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/site.css" />
<link rel="shortcut icon" href="favicon.ico">
</head>
<body dir="ltr">
<main>
<div class="navbar">
<div class="logo">
<a href=""><img src="css/AsoSoft.svg" height="25" alt="AsoSoft"></a>
</div>
<div class="navLinks">
<ul>
<li><a href="about.html">About</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="resources/">Resources</a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>AsoSoft Group</h1>
<div class="sections">
<a class="section" href="applications.html">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Applications</h2>
<p></p>
</div>
</a>
<a class="section" href="resources/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Resources</h2>
<p></p>
</div>
</a>
<a class="section" href="publications.html">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Publications</h2>
<p></p>
</div>
</a>
<a class="section" href="about.html">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>About us</h2>
<p></p>
</div>
</a>
<a class="section" href="members.html">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Members</h2>
<p></p>
</div>
</a>
<a class="section" href="blog/">
<div class="section-media"><img src="css/AsoSoft.svg" height="65"></div>
<div class="section-content">
<h2>Blog</h2>
<p></p>
</div>
</a>
</div>
</div>
<footer>
<p>
<a href="https://twitter.com/asosoft"><img src="css/twitter.svg" class="icon"></a>
<a href="https://facebook.com/asosoftku"><img src="css/facebook.svg" class="icon"></a>
<a href="https://instagram.com/asosoftco"><img src="css/instagram.svg" class="icon"></a>
</p>
<p>
© 2021 <a href="http://asosoft.com">AsoSoft</a>
</p>
</footer>
</main>
</body>
</html>