Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
not ready...
Browse files Browse the repository at this point in the history
  • Loading branch information
raryosu committed Jun 1, 2016
1 parent 4820b4e commit e9ac242
Show file tree
Hide file tree
Showing 13 changed files with 1,951 additions and 1,544 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 windyakin
Copyright (c) 2016 Hagihara Ryosuke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/CNAME
@@ -1 +1 @@
honokak.osaka
rinhoshizo.la
13 changes: 6 additions & 7 deletions dist/assets/css/example.css
Expand Up @@ -189,7 +189,7 @@ body {
margin-bottom: 0;
overflow: hidden;
text-align: center;
background-color: #fdcea0;
background-color: #f0e68c;
background-image: url("../img/circle.png");
background-repeat: no-repeat;
background-position: -35% center;
Expand All @@ -202,7 +202,6 @@ body {
left: 0;
width: 400px;
height: 530px;
background-image: url("../img/honoka.png");
background-repeat: no-repeat;
}
.jumbotron.special .outline {
Expand All @@ -228,7 +227,7 @@ section.section.section-default {
background-color: #f9f9f9;
}
section.section.section-inverse {
background-color: #fff5eb;
background-color: #f9f5d0;
}
section.section .subtitle {
margin-bottom: 22px;
Expand All @@ -251,16 +250,16 @@ section.section .subtitle h2 {
border-radius: 100%;
}
.point .point-box .point-circle.start {
background-color: #4caf50;
background-color: #b2cf3e;
}
.point .point-box .point-circle.replace {
background-color: #ff9800;
background-color: #f0ba32;
}
.point .point-box .point-circle.compass {
background-color: #2196f3;
background-color: #3b9ae0;
}
.point .point-box .point-circle.japanese {
background-color: #f44336;
background-color: #df81a2;
}
.point .point-box .point-circle.japanese span.icon-jp:before {
font-weight: bold;
Expand Down
Binary file removed dist/assets/img/honoka.png
Binary file not shown.
10 changes: 5 additions & 5 deletions dist/bootstrap-ja.html
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Honoka</title>
<title>Rin</title>

<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<style type="text/css">
Expand Down Expand Up @@ -60,7 +60,7 @@
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand">Honoka</a>
<a href="/" class="navbar-brand">Rin</a>
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
Expand All @@ -77,7 +77,7 @@
<li><a href="./bootstrap.html">English Page</a></li>
</ul>
</li>
<li><a href="//github.com/windyakin/Honoka/releases">Download</a></li>
<li><a href="//github.com/raryosu/Rin/releases">Download</a></li>
<li><a href="//github.com/windyakin/Honoka/wiki">Wiki</a></li>
</ul>
</div>
Expand All @@ -90,7 +90,7 @@
<div class="page-header" id="banner">
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-6">
<h1>Honoka</h1>
<h1>Rin</h1>
<p class="lead">日本語も美しく表示できるBootstrapテーマ</p>
</div>
<div class="col-lg-4 col-md-5 col-sm-6">
Expand Down Expand Up @@ -1262,4 +1262,4 @@ <h2>Tooltips</h2>
</script>

</body>
</html>
</html>

0 comments on commit e9ac242

Please sign in to comment.