diff --git a/content/_index.html b/content/_index.html index 49eee3e2a..3a6cb5574 100644 --- a/content/_index.html +++ b/content/_index.html @@ -8,27 +8,30 @@
-

#OurPhilosophy

+

#OurPhilosophy

For anything to grow, you need three things:

Fire emoji -

Heat

-

Heat means work.
Upstream contributions, bug fixes, designs, docs--the rigorous work that drives the community.

+

Heat

+

Heat means work.
Upstream contributions, bug fixes, designs, docs--the rigorous + work that drives the community.

Sun emoji -

Light

-

Light means visibility.
For the projects, contributions, opportunities, challenges, and people that impact the community.

+

Light

+

Light means visibility.
For the projects, contributions, opportunities, + challenges, and people that impact the community.

Pride heart emoji -

Love

-

Love means culture and support.
Why we care. How we work. Actions that grow the community.

+

Love

+

Love means culture and support.
Why we care. How we work. Actions that grow the + community.

@@ -39,8 +42,9 @@

Love

-

Explore Projects

-

Twitter has been built on open source since the beginning. Openness is part of our DNA. The projects you see here were born at Twitter, and patches are always welcome!

+

Explore Projects

+

Twitter has been built on open source since the beginning. Openness is part of our + DNA. The projects you see here were born at Twitter, and patches are always welcome!

View All Projects
@@ -51,11 +55,13 @@

Explore Projects

@@ -65,12 +71,15 @@

Follow Us -

+
\ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 2b06a5b15..92a65742c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,36 +1,39 @@ - - {{ partial "head.html" . }} - - - {{ block "nav" . }}{{ partial "nav.html" . }}{{ end }} + + {{ partial "head.html" . }} + - {{ block "main" . }} - -
-
-
-
- {{ block "header" . }} - {{ with .Title }}

{{ . }}

{{ end }} - {{ with .Params.subtitle }}

{{ . }}

{{ end }} - {{ end }} -
+ + {{ block "nav" . }}{{ partial "nav.html" . }}{{ end }} + + {{ block "main" . }} + +
+
+
+
+ {{ block "header" . }} + {{ with .Title }}

{{ . }}

{{ end }} + {{ with .Params.subtitle }}

{{ . }}

{{ end }} + {{ end }}
-
- {{ block "content" . }}{{ end }} -
-
- {{ end }} +
+
+ {{ block "content" . }}{{ end }} +
+
+ {{ end }} + + {{ block "footer" . }}{{ partial "footer.html" . }}{{ end }} + - {{ block "footer" . }}{{ partial "footer.html" . }}{{ end }} - + + +{{ with .Params.custom_js }} +{{ end }} +{{ if hugo.IsProduction }}{{ partial "ga.html" . }}{{ end }} - - - {{ with .Params.custom_js }}{{ end }} - {{ if hugo.IsProduction }}{{ partial "ga.html" . }}{{ end }} - + \ No newline at end of file diff --git a/layouts/_default/projects.html b/layouts/_default/projects.html index 9ae1705d0..872c4e247 100644 --- a/layouts/_default/projects.html +++ b/layouts/_default/projects.html @@ -2,9 +2,16 @@

Projects

- + {{ end }} {{ define "content" }} @@ -14,8 +21,9 @@

Projects

{{ range sort $.Site.Data.projects "pushedAt" "desc" -}}
-

{{ .name }}

-
+

{{ .name }}

+
+
{{ .descriptionHTML | safeHTML }}

{{ with .primaryLanguage }}{{ .name }}{{ end }}

@@ -23,8 +31,9 @@

{{ .name }}

GitHub {{ with .homepageUrl }}Website{{ end }}
- Metrics + Metrics
{{ end }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index ddcc2fcb0..3438ca719 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,10 +1,10 @@ {{ define "header" }} -

- @TwitterOSS -

-

Open Source is Happening

+

+ @TwitterOSS +

+

Open Source is Happening

{{ end }} {{ define "content" }} - {{ .Content }} -{{ end }} +{{ .Content }} +{{ end }} \ No newline at end of file