-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.34 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Softencode - Making softwares and libraries for hardwares.</title>
<link rel="icon" href="https://avatars0.githubusercontent.com/u/70006960?s=400&u=8f09c742f72d04eff213eafd7342086357a94edf&v=4" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
</nav>
<h1>
Hello! We are Softencode Organization, set up by four kids in China who love programming!
</h1>
<b>
Meet us:
<a href="https://github.com/MapMaths" title="MapMaths">
<img class="avatar" src="https://avatars.githubusercontent.com/u/62785981?v=4" alt="@MapMaths" width="50px" />
</a>
<a href="https://github.com/quinn0823" title="Quinn Qiu">
<img class="avatar" src="https://avatars.githubusercontent.com/u/68278999?v=4" alt="@Little-Earthworm" width="50px" />
</a>
<a href="https://github.com/ljy-002" title="LJY">
<img class="avatar" src="https://avatars.githubusercontent.com/u/63292034?v=4" alt"@ljy-002" width="50px" />
</a>
<a href="https://github.com/sea-horizon" title="Sea-Horizon">
<img class="avatar" src="https://avatars.githubusercontent.com/u/66834318?v=4" alt="@Sea-horizon"width="50px" />
</a>
</b>
</body>
</html>