DarkMatterOregon / dark-matter-static-web

A static web site for dark matter consulting
MIT License
2 stars 0 forks source link

add link to glimmer app on the brewfest page #22

Open markdav-is opened 5 years ago

markdav-is commented 5 years ago

Hi mark, Here is a small image to make a button out of. Our preferred link to get the app is our website http://www.glimmer.tech/ Which directs to iOS or Android.

markdav-is commented 5 years ago

GlimmerTechLogoButton

markdav-is commented 5 years ago

I'm looking into adding the image

markdav-is commented 5 years ago

the image is here: https://github.com/DarkMatterOregon/dark-matter-static-web/blob/master/static/img/GlimmerTechLogoButton.png

mixlplix commented 5 years ago

Do you know how to add an image to a markdown page?

I'm working on that but I htink it goes in the page itself and not the MD

mckelveygreg commented 5 years ago

Where do we want to add it? Do we want it to link to their store/site? If we put it in markdown, this method is suggested:

[![alt text](image "tooltip")](hyperlink)
  eg:
[![alt text](https://www.gravatar.com/avatar/… "Let's check Jason S' profile page")](https://meta.stackoverflow.com/users/44330/jason-s)

So for us, we can do

[![Glimmer Tech](./GlimmerTechLogoButton.png "Get the GlimmerXP App!")](http://www.glimmer.tech)

markdown sources relative to the .md file, so I copied the png to the markdown folder. I went ahead and put this at the bottom of the craftbrew.md If we want to do more images in markdown, then I would suggest installing a plugin that will process them, but this seems to load fine as is.

mixlplix commented 5 years ago

At the bottom is fine. Yes, let’s have it clickable and go to their website target=”_blank”.

From: Greg McKelvey notifications@github.com Sent: Friday, April 5, 2019 11:21 AM To: DarkMatterOregon/dark-matter-static-web dark-matter-static-web@noreply.github.com Cc: Doug Frazier doug@mixlplix.com; Assign assign@noreply.github.com Subject: Re: [DarkMatterOregon/dark-matter-static-web] add link to glimmer app on the brewfest page (#22)

Where do we want to add it? Do we want it to link to their store/site? If we put it in markdown, this method is suggested:

alt text

eg:

alt text

So for us, we can do

Glimmer Tech

If we want to do more images in markdown, then I would suggest installing a plugin that will process them, but this seems to load fine as is. I went ahead and put this at the bottom of the craftbrew.md

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/DarkMatterOregon/dark-matter-static-web/issues/22#issuecomment-480375147 , or mute the thread https://github.com/notifications/unsubscribe-auth/ABQN2EcGodDxRI9yg2X5xAlNEgHC0KvNks5vd5P_gaJpZM4cbdsy .

mckelveygreg commented 5 years ago

Link/img at bottom, and link opens in new tab.

mixlplix commented 5 years ago

Cool, thanks, can you add a separator on the menu above “Craft Brew Fest”? and change it to Craft Brewery Conference?

Also change the header on the page to Craft Brewery Conference

What about Google Analytics?

From: Greg McKelvey notifications@github.com Sent: Friday, April 5, 2019 11:42 AM To: DarkMatterOregon/dark-matter-static-web dark-matter-static-web@noreply.github.com Cc: Doug Frazier doug@mixlplix.com; Assign assign@noreply.github.com Subject: Re: [DarkMatterOregon/dark-matter-static-web] add link to glimmer app on the brewfest page (#22)

Link/img at bottom, and link opens in new tab.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/DarkMatterOregon/dark-matter-static-web/issues/22#issuecomment-480381798 , or mute the thread https://github.com/notifications/unsubscribe-auth/ABQN2L1VPMZgSuJ1aX5F2UR89GelSKT8ks5vd5jhgaJpZM4cbdsy .

mixlplix commented 5 years ago

Sorry, header should say

Craft Brewery Consulting

From: Greg McKelvey notifications@github.com Sent: Friday, April 5, 2019 11:42 AM To: DarkMatterOregon/dark-matter-static-web dark-matter-static-web@noreply.github.com Cc: Doug Frazier doug@mixlplix.com; Assign assign@noreply.github.com Subject: Re: [DarkMatterOregon/dark-matter-static-web] add link to glimmer app on the brewfest page (#22)

Link/img at bottom, and link opens in new tab.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/DarkMatterOregon/dark-matter-static-web/issues/22#issuecomment-480381798 , or mute the thread https://github.com/notifications/unsubscribe-auth/ABQN2L1VPMZgSuJ1aX5F2UR89GelSKT8ks5vd5jhgaJpZM4cbdsy .

markdav-is commented 5 years ago

I'm working on that but I htink it goes in the page itself and not the MD

mckelveygreg commented 5 years ago

@nohorse The glimmerButton is currently in the markdown and works, but we can move it if you want. @mixlplix Craft Brewery Conference has been labeled and separated

mckelveygreg commented 5 years ago

Moved glimmerButton to craftBrew.js so I could add Analytics to it.