-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.54 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
<!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="stylesheet" href="style.css" />
</head>
<body>
<h1>
<span style="background-color: rgb(255, 255, 255);color: rgb(120, 100, 100);text-align: right;letter-spacing: 1.5px;">
Hello! We are Softencode Organization, set up by four kids in China who love programming!
</span>
</h1>
<h2>
<span style="background-color: rgb(255, 255, 255);color: rgb(55, 200, 100);text-align: right;letter-spacing: 1.5px;">
Meet us:
</span>
</h2>
<span style="background-color: rgb(255, 255, 255);color: rgb(55, 200, 100);text-align: right;letter-spacing: 1.5px;">
<li>
<a href="https://github.com/MapMaths" title="MapMaths">
<img class="avatar" href="avatars/mapmaths.png" alt="@MapMaths" />
</a>
</li>
<li>
<a href="https://github.com/little-earthworm" title="Little-Earthworm>
<img class="avatar" href="avatars/little-earthworm.jpg" alt="@Little-Earthworm" />
</a>
</li>
<li>
<a href="https://github.com/ljy-002" title="LJY-002">
<img class="avatar" href="avatars/ljy-002.jpg" alt"@ljy-002" />
</a>
</li>
<li>
<a href="https://github.com/sea-horizon" title="Sea-Horizon">
<img class="avatar" href="avatars/sea-horizon.png" alt="@Sea-horizon" />
</a>
</li>
</span>
</body>
</html>