Skip to content

Commit 05feccd

Browse files
committed
Add title to main page
1 parent 6724c9b commit 05feccd

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

about.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
ga('create', 'UA-66418971-2', 'auto');
3232
ga('send', 'pageview');
33-
console.log("asdf")
3433
</script>
3534
</head>
3635
<body>
@@ -110,9 +109,6 @@ <h4>Can micro support the Command key on Mac?</h4>
110109
<h4>Can I contribute even if I don't know Go?</h4>
111110
<p>Yes! You can help by creating colorschemes or syntax files or by improving the documentation. If you know Lua you can write plugins.</p>
112111
<br>
113-
<h4>How can I donate?</h4>
114-
<p>We appreciate the gesture, but we don't accept donations.</p>
115-
<br>
116112
<h4>Syntax highlighting isn't working well. I only see a few colors/no colors</h4>
117113
<p>Your <code>TERM</code> variable probably indicates that your terminal only supports 16 colors. You can change it like so to enable 256 colors: <code>$ export TERM=xterm-256color</code>. Alternatively you can use one of micro's 16 color colorschemes by running <code>> set colorscheme simple</code>.
118114
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
ga('create', 'UA-66418971-2', 'auto');
3232
ga('send', 'pageview');
33-
console.log("asdf")
3433
</script>
3534
</head>
3635

@@ -54,6 +53,7 @@ <h3 class="micro-logo">Micro</h3>
5453
</div>
5554

5655
<div class="jumbotron">
56+
<p style="font-weight:bold;" class="lead heading">micro</p>
5757
<p class="lead">a modern and intuitive terminal-based text editor</p>
5858
<p><a class="btn btn-lg btn-success" onclick="download_page()" role="button">Download</a></p>
5959
<a aria-label="Star zyedidia/micro on GitHub" data-count-aria-label="# stargazers on GitHub" data-count-api="/repos/zyedidia/micro#stargazers_count" data-count-href="/zyedidia/micro/stargazers" data-style="mega" href="https://github.com/zyedidia/micro" class="github-button">Star</a>

micro_files/micro.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body {
4747
/* Customize container */
4848
@media (min-width: 768px) {
4949
.container {
50-
max-width: 1000px;
50+
max-width: 1100px;
5151
}
5252
}
5353
.container-narrow > hr {

0 commit comments

Comments
 (0)