forked from Softencode/softencode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 1.25 KB
/
index.html
File metadata and controls
32 lines (31 loc) · 1.25 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="/avatars/mapmaths.png" alt="@MapMaths" width="50px" />
</a>
<a href="https://github.com/little-earthworm" title="Little-Earthworm">
<img class="avatar" src="/avatars/little-earthworm.jpg" alt="@Little-Earthworm" width="50px" />
</a>
<a href="https://github.com/ljy-002" title="LJY-002">
<img class="avatar" src="/avatars/ljy-002.jpg" alt"@ljy-002" width="50px" />
</a>
<a href="https://github.com/sea-horizon" title="Sea-Horizon">
<img class="avatar" src="/avatars/sea-horizon.png" alt="@Sea-horizon"width="50px" />
</a>
</b>
</body>
</html>