GithubHelp home page GithubHelp logo

Add links to our store! about pyladies HOT 18 CLOSED

pyladies avatar pyladies commented on July 23, 2024
Add links to our store!

from pyladies.

Comments (18)

williln avatar williln commented on July 23, 2024

@econchick I'll do this. Can you assign it to me?

Also, where should this go? I was thinking on the homepage, under "WELCOME!" Maybe add a section called, "GET SOME SWAG!" with links to the two stores?

from pyladies.

econchick avatar econchick commented on July 23, 2024

Maybe under the "Sponsor Us" button on the right, like two buttons, "Buy our stickers" and "Check out our swag" (really don't care about the verbiage though).

Feel free to take it - I'm going to make a new team within the organization for "contributors" and assign it to you.

from pyladies.

econchick avatar econchick commented on July 23, 2024

@williln I just sent you an invite to the Collaborators team - accept it so I can try to add you to this and the other issue :)

from pyladies.

williln avatar williln commented on July 23, 2024

Done! :) (Or rather, me accepting the invite to the Collaborators team is done.)

from pyladies.

williln avatar williln commented on July 23, 2024

@econchick Stupid question time: how do I install libevent? I downloaded the GZ file, but pip install doesn't seem to like it. (I'm used to developing in a very consistent, but sort of odd environment-- this is my first time setting up a GitHub project to run locally on my machine.)

Or if anyone else has a "getting Pyladies running on your machine" that is more step-by-step in terms of installing this particular header, I'd love to see it.

from pyladies.

econchick avatar econchick commented on July 23, 2024

yeah it's not a Python library. I think this is what's needed to install it:

  • Download latest stable release of libevent from their site.
  • Unzip and cd into the libevent directory
  • Run ./configure && make
  • Run sudo make install

from pyladies.

econchick avatar econchick commented on July 23, 2024

(also - there are no stupid questions!)

from pyladies.

willingc avatar willingc commented on July 23, 2024

@econchick +1 re: questions :)
@williln Ooh links to the stores. 🆒

from pyladies.

williln avatar williln commented on July 23, 2024

New question time! I'm still trying to get Pyladies to run locally on my machine, and am almost there. I am to step 6:

  1. (PyLadies) $ mynt gen -f _site && mynt serve _site

But I'm getting an ImportError:

File "/Users/laceywilliamshenschel/pyladies/pyladies/lib/python3.4/site-packages/mynt/server.py", line 5, in <module> from SimpleHTTPServer import SimpleHTTPRequestHandler ImportError: No module named 'SimpleHTTPServer'

As far as I could tell, things installed correctly when I ran step 4 (requirements.txt). But it did produce many many lines of messages, and then ended with

Successfully installed Jinja2-2.7 PyYAML-3.11 Pygments-2.0.2 argh-0.26.1 houdini.py-0.1.0 markupsafe-0.23 misaka-1.0.2 mynt-0.2.3 pathtools-0.1.2 watchdog-0.8.3

No rush on helping me with this, but I'd really like to successfully get the site running locally so I can learn to do neat stuff :)

from pyladies.

estherbester avatar estherbester commented on July 23, 2024

Hi @williln SimpleHTTPServer is in the standard lib, but it looks like it was renamed in Python 3 to http.server, per this - https://docs.python.org/2/library/simplehttpserver.html

I'm not a Python 3 user so I can't be of any more help, I'm afraid. Is mynt Python 3-compatible?

from pyladies.

econchick avatar econchick commented on July 23, 2024

I don't think it is; and also make sure you're in the www directory or mynt won't work.

from pyladies.

williln avatar williln commented on July 23, 2024

I think that's the problem; that I'm using python 3. I'll install
2....7?... tomorrow and try again. Thanks!
On Mon, May 11, 2015 at 9:34 PM Lynn Root [email protected] wrote:

I don't think it is; and also make sure you're in the www directory or
mynt won't work.


Reply to this email directly or view it on GitHub
#164 (comment).

from pyladies.

williln avatar williln commented on July 23, 2024

I am finally getting back to this...

screen shot 2015-06-02 at 6 06 30 pm

I am not a CSS wizard, but I would like to center the text on at least the bottom button. There are a lot of places where the CSS impacts these buttons, though. For CSS, I created an id called #swag_btn and #stickers_btn and just added that everywhere in the CSS that #sponsor_us_btn appeared in screen.css. I am not sure why the text isn't centered. I added a text-align: center and that didn't help.

Any tips?

from pyladies.

willingc avatar willingc commented on July 23, 2024

@williln If you send me a link to the code you are working on or submit a work in process PR here, I would be happy to take a look.

from pyladies.

willingc avatar willingc commented on July 23, 2024

@audreyr Your Inland Empire post last night got me thinking... Any tips for @williln?

from pyladies.

audreyfeldroy avatar audreyfeldroy commented on July 23, 2024

@williln Try generating the styles with http://howtocenterincss.com and see if it works :)

If still stuck, don't worry. If needed I'll take a closer look at the code when I get a chance.

from pyladies.

willingc avatar willingc commented on July 23, 2024

Thanks @audreyr. That is a cool site :)

from pyladies.

williln avatar williln commented on July 23, 2024

I did it!

from pyladies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.