-
Notifications
You must be signed in to change notification settings - Fork 6
Small Updates 1 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## IDE Specific | ||
.idea/ | ||
out/s | ||
*.iml | ||
*.ipr | ||
*.iws | ||
|
||
.settings/ | ||
.classpath | ||
.project | ||
s | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>GitBucket: A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility</title> | ||
<title>GitBucket - A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" href="favicon.png"> | ||
|
@@ -33,6 +33,9 @@ | |
padding-top: 80px; | ||
padding-bottom: 20px; | ||
} | ||
.github { | ||
color: white; | ||
} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why did you add this style? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because it would be otherwise blue. Blue looks bad on that red background in the corner. |
||
</style> | ||
<!--<link rel="stylesheet" href="css/bootstrap-theme.min.css">--> | ||
<link rel="stylesheet" href="css/main.css"> | ||
|
@@ -53,23 +56,27 @@ | |
</div> | ||
<div class="collapse navbar-collapse"> | ||
<ul class="nav navbar-nav"> | ||
<!-- | ||
<li> | ||
<a href="https://github.com/gitbucket/gitbucket"><span class="mega-octicon octicon-mark-github octicon-btn"></span>GitHub</a> | ||
</li> | ||
<li><a href="https://gitter.im/gitbucket/gitbucket"><span class="mega-octicon octicon-comment octicon-btn"></span>Chat</a></li> | ||
<li><a href="https://gitbucket.herokuapp.com/"><span class="mega-octicon octicon-rocket octicon-btn"></span>Demo</a></li> | ||
<li><a href="https://gitbucket.github.io/gitbucket-news/"><span class="mega-octicon octicon-rss octicon-btn"></span>News</a></li> | ||
<li><a href="http://gitbucket-plugins.github.io/"><span class="mega-octicon octicon-plug octicon-btn"></span>Plugins</a></li> | ||
--> | ||
<li> </li> | ||
<li><a href="https://gitter.im/gitbucket/gitbucket" title="Get GitBucket support on Chat!"><span class="mega-octicon octicon-comment octicon-btn"></span>Chat</a></li> | ||
<li><a href="https://gitbucket.herokuapp.com/" title="Try a live Demo of GitBucket!"><span class="mega-octicon octicon-rocket octicon-btn"></span>Demo</a></li> | ||
<li><a href="https://gitbucket.github.io/gitbucket-news/" title="Read the latest GitBucket News!"><span class="mega-octicon octicon-rss octicon-btn"></span>News</a></li> | ||
<li><a href="http://gitbucket-plugins.github.io/" title="The GitBucket Plug-in Repository!"><span class="mega-octicon octicon-plug octicon-btn"></span>Plug-ins</a></li> | ||
<li><a href="https://github.com/gitbucket/gitbucket/wiki" title="GitBucket Documentation!"><span class="mega-octicon octicon-book octicon-btn"></span>Documentation</a></li> | ||
</ul> | ||
<!-- | ||
|
||
<div class="navbar-right"> | ||
<a class="lg-block navbar-brand btn btn-skelton margin-top minus-margin-right" | ||
href="https://github.com/gitbucket/gitbucket" target="_blank"> | ||
<a class="lg-block navbar-brand btn btn-skeleton margin-top minus-margin-right github" | ||
href="https://github.com/gitbucket/gitbucket" target="_blank" title="Development on GitHub"> | ||
<span class="octicon octicon-mark-github octicon-btn"></span> | ||
Fork me on GitHub | ||
GitHub | ||
</a> | ||
</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I want to remove this button because it has complex behavior according to screen size. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It has indeed, but it's the right position to put a link to GitHub. |
||
--> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
@@ -81,7 +88,7 @@ | |
<div id="eyecatch"></div> | ||
<div class="col-lg-12"> | ||
<h1> | ||
GitBucket <span class="normal">is Open Source</span><br> | ||
GitBucket <span class="normal">is the Open Source</span><br> | ||
<span class="normal">Git platform on JVM</span> | ||
</h1> | ||
</div> | ||
|
@@ -119,23 +126,35 @@ <h1> | |
<div class="container margin-top"> | ||
<div class="row"> | ||
<div class="col-lg-6 col-md-6 margin-bottom"> | ||
<img class="library-icons" src="./img/icons-library-1.png" alt="scala scalatra slick jetty"> | ||
<img class="library-icons" src="./img/icons-library-1.png" alt="scala scalatra slick jetty" usemap="#image-map1"> | ||
<map name="image-map1"> | ||
<area target="_blank" alt="Scala" title="Scala" href="http://www.scala-lang.org/" coords="168,6,5,57" shape="rect"> | ||
<area target="_blank" alt="Scalatra" title="Scalatra" href="http://scalatra.org" coords="180,2,265,61" shape="rect"> | ||
<area target="_blank" alt="Slick" title="Slick" href="http://slick.lightbend.com/" coords="277,3,430,59" shape="rect"> | ||
<area target="_blank" alt="Jetty" title="Jetty" href="http://www.eclipse.org/jetty/" coords="444,3,596,56" shape="rect"> | ||
</map> | ||
</div> | ||
<div class="col-lg-6 col-md-6 margin-bottom"> | ||
<img class="library-icons" src="./img/icons-library-2.png" alt="jGit H2 ApacheMINA IntelliJIDEA"> | ||
<img class="library-icons" src="./img/icons-library-2.png" alt="jGit H2 ApacheMINA IntelliJIDEA" usemap="#image-map2"> | ||
<map name="image-map2"> | ||
<area target="_blank" alt="JGit" title="JGit" href="http://www.eclipse.org/jgit/" coords="1,0,76,56" shape="rect"> | ||
<area target="_blank" alt="H2 Database" title="H2 Database" href="http://h2database.com/" coords="92,1,198,56" shape="rect"> | ||
<area target="_blank" alt="Apache MINA" title="Apache MINA" href="https://mina.apache.org" coords="211,0,331,61" shape="rect"> | ||
<area target="_blank" alt="IntelliJ IDEA" title="IntelliJ IDEA" href="http://www.jetbrains.com/idea/" coords="342,1,599,61" shape="rect"> | ||
</map> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Image size of libraries are changed according to the window size, so these image map will not work fine when windows size becames small. I would like to merge this request without image map. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
@takezoe than they need to be split into individual images to be able to link them to the according library. Do you have the "source" for them? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't have original images. We can get them by collecting from web or separating current images... |
||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="activities" class="jumbotron"> | ||
<div class="container"> | ||
<h2 class="normal">Activities</h2> | ||
<h2 class="normal">Activity</h2> | ||
<hr> | ||
<div class="row spacing"> | ||
<div class="stars margin-bottom col-lg-3 col-md-4 col-lg-offset-half text-center"> | ||
<span class="num"> | ||
<span class="octicon octicon-star"></span> | ||
6,300 | ||
6,400 | ||
</span> | ||
stars | ||
</div> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project will not be edited in IDE, so I think this configuration is unnecessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@takezoe than how is it edited? I used an IDE since there were no static site config files.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Emacs is the best tool in this situation. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@takezoe every Git repo should have
.gitignore
for various temporary files too, not just IDE.