Skip to content

Commit b8cfd4b

Browse files
committed
Merge
2 parents 979ae74 + da9ce02 commit b8cfd4b

3 files changed

Lines changed: 4 additions & 10 deletions

File tree

about.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
1313
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
1414
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
15-
<script src="micro_files/platform.js"></script>
1615

17-
<title>Micro Text Editor</title>
16+
<title>Micro - About</title>
1817

1918
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
2019
<link href="micro_files/ie10-viewport-bug-workaround.css" rel="stylesheet">
@@ -30,7 +29,6 @@
3029

3130
ga('create', 'UA-66418971-2', 'auto');
3231
ga('send', 'pageview');
33-
console.log("asdf")
3432
</script>
3533
</head>
3634
<body>
@@ -110,9 +108,6 @@ <h4>Can micro support the Command key on Mac?</h4>
110108
<h4>Can I contribute even if I don't know Go?</h4>
111109
<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>
112110
<br>
113-
<h4>How can I donate?</h4>
114-
<p>We appreciate the gesture, but we don't accept donations.</p>
115-
<br>
116111
<h4>Syntax highlighting isn't working well. I only see a few colors/no colors</h4>
117112
<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>.
118113
</div>

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
1313
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
1414
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
15-
<script src="micro_files/platform.js"></script>
1615

17-
<title>Micro Text Editor</title>
16+
<title>Micro - Home</title>
1817

1918
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
2019
<link href="micro_files/ie10-viewport-bug-workaround.css" rel="stylesheet">
@@ -30,7 +29,6 @@
3029

3130
ga('create', 'UA-66418971-2', 'auto');
3231
ga('send', 'pageview');
33-
console.log("asdf")
3432
</script>
3533
</head>
3634

@@ -54,6 +52,7 @@ <h3 class="micro-logo">Micro</h3>
5452
</div>
5553

5654
<div class="jumbotron">
55+
<p style="font-weight:bold;" class="lead heading">micro</p>
5756
<p class="lead">a modern and intuitive terminal-based text editor</p>
5857
<p><a class="btn btn-lg btn-success" onclick="download_page()" role="button">Download</a></p>
5958
<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)