-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (54 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>EngineersMY</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="header">
<section>
<h2>Engineers.MY</h2>
</section>
</div>
<div class="container">
<div class="row">
<div class="item">
<p class="title">Engineers.MY aims to support the Malaysian technology scene via</p>
<ul>
<li>
<strong>Connecting People.</strong>
Encourage discovery of technology user groups and communication between each others.
</li>
<li>
<strong>Sharing Knowledge</strong>
Learning, mentor and share advices. Reduce technology gap between the novice and the expert.
</li>
<li>
<strong>Collaboration</strong>
Find like-minded people to work together on
<a href="https://en.wikipedia.org/wiki/Free_and_open-source_software">FOSS</a> projects,
community building and commercially.
</li>
</ul>
</div>
<div class="item">
<a class="resource" href="https://slack.engineers.my">
Join us on Slack
</a>
<a class="resource" href="https://discord.engineers.my">
Join us on Discord
</a>
</div>
<div class="item">
We strive to be a safe and inclusive community, please adhere to the
<a href="https://github.com/engineersmy/core/blob/master/README.md">Code of Conduct</a>.
</div>
</div>
</div>
</body>
</html>