Skip to content
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

Provide pure text version of the manifesto #16

Closed
cheeaun opened this issue Feb 7, 2017 · 13 comments
Closed

Provide pure text version of the manifesto #16

cheeaun opened this issue Feb 7, 2017 · 13 comments
Labels

Comments

@cheeaun
Copy link
Collaborator

cheeaun commented Feb 7, 2017

So that people can share short quotes of the manifesto instead of the whole thing.

Other reasons:

  • Accessibility (could be alt of image or <title>/<desc> of the SVG file but probably too long text?)
  • SEO (so that people can google and find this site)
@cheeaun cheeaun added the content label Feb 7, 2017
@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

  • add in alt of the poster
  • add in description of svg
  • another section to copy??

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

I think add another section would be more feasible, perhaps collapsible in a details/summary block http://html5doctor.com/the-details-and-summary-elements/

@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

Do we have an example (in codepen or so) on CSS design of detail / summary? What do you think of this type? http://codepen.io/nicoencarnacion/pen/vyVBJg

I think we can add this right after the poster: View in text form

image

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

Full text copy of The Geek Path

Be bold. bla bla bla

bla bla bla

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

<details>
<summary>Full text copy of The Geek Path</summary>
<p><b>Be bold</b>. bla bla bla</p>
<p>bla bla bla</p>
</details>

@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

<details>
<summary>View full text copy of The Geek Path</summary>
  <p>In every one of us there lies a seed of geekiness.</p>
  
  <p><strong>Be curious.</strong><br>
  Dip our toes into that little thing that catches our attention.<br>
  Ask questions. Read widely.<br>
  Seek unfamiliar experiences. <br>
  Explore the jungles of information.<br>
  Marvel at the vastness of what can be learnt.</p>

  <p><strong>Be open-minded.</strong><br>
  Make friends from all backgrounds. Be humble.<br>
  Be receptive to all feedback.<br>
  Connect ideas from vastly different domains.<br>
  Experiment.</p>

  <p><strong>Be supportive.</strong><br>
  Collaborate. Critique heartily. Be kind.<br>
  Encourage a newcomer.<br>
  Share our crafts with the community.</p>

  <p><strong>Be dedicated.</strong><br>
  Compose music. Design electronics. Tinker with toys. Program software. Cook meals.<br>
  Persevere through the long process.<br>
  Mistakes are natural.<br>
  It is in the doing that we vastly improve our craft.</p>

  <p><strong>Be bold.</strong><br>
  Have the courage to pursue our ambitions. Dig deeper with every discovery.<br>
  Take every little step, every little detail, every little desire, every little<br> discomfort, every little joy into the journey that makes us who we truly are.</p>

  <p><strong>Be geeks.</strong></p>
</details>

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

Hmm looks okay, remove the <br>s. Not sure why h3?

And... we could even allow localization! E.g.:

So we end up will need to make a .txt (or markdown) file? Then we can do thegeekpath.en-US.txt etc 💥

@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

we start with no i18n first! then iterate :p

@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

ok removed <h3> to <p><strong>. if no <br> then how to have a slight gap in line like the poster?

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

Perhaps just <br> the paragraphs into its own "section", like a poem.

Be curious.
Dip our toes into that little thing that catches our attention.
Ask questions. Read widely.
Seek unfamiliar experiences.
Explore the jungles of information.
Marvel at the vastness of what can be learnt.

  <p><strong>Be curious.</strong><br>
  Dip our toes into that little thing that catches our attention.<br>
  Ask questions. Read widely.<br>
  Seek unfamiliar experiences. <br>
  Explore the jungles of information.<br>
  Marvel at the vastness of what can be learnt.</p>

@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

ok updated the markup: #16 (comment)

sayanee added a commit that referenced this issue Feb 7, 2017
sayanee added a commit that referenced this issue Feb 7, 2017
sayanee added a commit that referenced this issue Feb 7, 2017
@sayanee
Copy link
Collaborator

sayanee commented Feb 7, 2017

can or not 😅

untitled

@cheeaun
Copy link
Collaborator Author

cheeaun commented Feb 7, 2017

I'll adjust a few more

@sayanee sayanee closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants