Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
d1e726c5
Commit
d1e726c5
authored
Mar 04, 2012
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: change menu, tweak front page
R=golang-dev, kyle, r CC=golang-dev
https://golang.org/cl/5729052
parent
4d355836
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
33 deletions
+34
-33
root.html
doc/root.html
+22
-22
style.css
doc/style.css
+7
-7
godoc.html
lib/godoc/godoc.html
+5
-4
No files found.
doc/root.html
View file @
d1e726c5
...
...
@@ -2,26 +2,7 @@
"Path": "/"
}-->
<div
id=
"left"
class=
"aboutcol"
>
<div
id=
"about"
>
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
</div>
<div
id=
"gopher"
></div>
<a
href=
"/install/"
id=
"start"
>
<div
class=
"big"
>
Download Go
</div>
<div
class=
"desc"
>
Binary distributions available for
<br>
Linux, Mac OS X, Windows, and more.
</div>
</a>
</div>
<div
id=
"right"
class=
"learncol"
>
<div
class=
"left"
>
<div
id=
"learn"
>
<div
class=
"rootHeading"
>
Try Go
</div>
...
...
@@ -49,9 +30,28 @@ Hello, 世界
</div>
<div
class=
"right"
>
<div
id=
"about"
>
Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
</div>
<div
id=
"gopher"
></div>
<a
href=
"/install/"
id=
"start"
>
<div
class=
"big"
>
Download Go
</div>
<div
class=
"desc"
>
Binary distributions available for
<br>
Linux, Mac OS X, Windows, and more.
</div>
</a>
</div>
<div
style=
"clear: both"
></div>
<div
id
=
"left"
>
<div
class
=
"left"
>
<div
id=
"video"
>
<div
class=
"rootHeading"
>
Featured video
</div>
...
...
@@ -61,7 +61,7 @@ Hello, 世界
</div>
<div
id
=
"right"
>
<div
class
=
"right"
>
<div
id=
"blog"
>
<div
class=
"rootHeading"
>
Featured articles
</div>
...
...
doc/style.css
View file @
d1e726c5
...
...
@@ -118,8 +118,8 @@ table.dir td {
div
#heading
{
float
:
left
;
margin
:
0
0
10px
0
;
padding
:
16
px
0
;
font-size
:
2
6
px
;
padding
:
21
px
0
;
font-size
:
2
0
px
;
font-weight
:
normal
;
}
div
#heading
a
{
...
...
@@ -197,7 +197,7 @@ div#menu > a {
div
#menu
>
input
{
position
:
relative
;
top
:
1px
;
width
:
10
0px
;
width
:
6
0px
;
background
:
white
;
color
:
#222
;
}
...
...
@@ -205,14 +205,14 @@ div#menu > input.inactive {
color
:
#999
;
}
div
#
left
{
div
.
left
{
float
:
left
;
}
div
#
right
{
div
.
right
{
float
:
right
;
}
div
#
left
,
div
#
right
{
div
.
left
,
div
.
right
{
width
:
415px
;
}
...
...
lib/godoc/godoc.html
View file @
d1e726c5
...
...
@@ -20,10 +20,11 @@
<form
method=
"GET"
action=
"/search"
>
<div
id=
"heading"
><a
href=
"/"
>
The Go Programming Language
</a></div>
<div
id=
"menu"
>
<a
href=
"/doc/"
>
Learn
</a>
<a
href=
"/install/"
>
Install
</a>
<a
href=
"/project/"
>
Project
</a>
<a
href=
"/doc/reference.html"
>
Reference
</a>
<a
href=
"/doc/"
>
Documents
</a>
<a
href=
"/ref/"
>
References
</a>
<a
href=
"/pkg/"
>
Packages
</a>
<a
href=
"/project/"
>
The Project
</a>
<a
href=
"/help/"
>
Help
</a>
<input
type=
"text"
id=
"search"
name=
"q"
class=
"inactive"
value=
"Search"
>
</div>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment