-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>saitodev.co on GitHub</title>
</head>
<body>
<h1>saitodev.co on GitHub</h1>
<section>
<p>齋藤 毅
<a href="https://www.facebook.com/tsuyoshi.saito.90" target="_blank">Facebook</a>
<a href="https://plus.google.com/100857709784148882456" target="_blank">Google+</a>
</p>
<p>京都でフリーランスのプログラマをしています。<br>
前職ではSOY CMS/Shopの開発をしていました。<br>
<a href="http://www.soycms.net" target="_blank">http://www.soycms.net</a></p>
<p>SOY CMSの公式サイトの開発が止まっているので、個人で開発を進めています。<br>
下記のGitHubのページでパッケージを公開しています。<br>
<a href="https://github.com/inunosinsi/soycms">https://github.com/inunosinsi/soycms</a></p>
</section>
<footer>
<p><a href="https://saitodev.co" target="_blank">saitodev.co</a></p>
</footer>
</body>
<style>
a{
color:grey;
}
footer p{
text-align:center;
}
</style>
</html>