Smile ClubPositivity - Happiness - Smile! Because You Can...
Blog Posts
About Smile Club and Our Goal
Smileclub is a happy and safe place for people to anonymously share their issues and ask people for a solution. We are starting off small, but we will be building a community that will keep growing so we can make the internet not only a place for fun, but a place of safeness.
Our goal is to make a community that can help resolve anyones mental health and problems such as stress. This community strives to make the world safer from bullying and to make victims of such cases comforted.
Contact Us
SmileClubOnline@gmail.com
Boost Your Self Esteem
Terminal and Anaconda???
Today we did some terminal tricks and started with a little Anaconda. The name was cracked everyone up ,but we did learn lots of neat tricks. Using Anaconda was really easy as it showed what would appear for certain python code! The python functions we learned that day were confusing at some parts ,but we made it through. The best part of the day was probably when we were doing web design so we could make our website later on. Yes this website is the website that we made later on! The tutorial below should help any new coders be able to get the basics of a website done!
The Basics Of A Website Using Html.
First type out (!doctype html). Remember to change the ( and ) signs into < and >. This shows that the document type is html5.
Next type in (html)and(/html)on different lines. In between these lines is where your html goes. The / symbol signifies the closing tag.
Now that you have your html tags, you can put in your head tags. Well, what do you put in head tags? In head tags, you can put things like the title tags, style tags, base tags, script tags, links, and meta tags.
After the head comes the body tag. In the body tag, you put things like paragraph tags and it is the skeleton of the HTML
The paragraph tag allows you to print text on the screen in paragraphs or multiple lined text blocks
The list tag obviously arranges things in a list like fashion, you have to use one opening and closing list tag per list item
The table tag organizes things like a table. To start a row you would use the tr tag and to insert an element into that row you would use the td tag
The h1 tag is the first header and it is the largest header there is
Also there are other headers h2 to h6. They get smaller as the number gets higher.
Github
Github and Git
Today we learned about Github and Git, and how to use it. To my understanding, Github is a way for multiple people to collaborate on code like HTML and CSS, and Git is a version control system. When using Github, you are your own repository, also known as a local repository. Anything other than your computer is a remote repository. But, wait! What is a repository anyway? A repository stores the project, or set of files and the changes that are made within them.
how to commit onto master branch: git add . (in between snapshot, and no snapshot) git commit -m"(what you commited" (take a snapshot)
how to push onto another server: git push origin master
how to pull from another server: git pull origin master
what if you are working on the same line of code? git merge
how the internet works: server, you pay people to put your website on the server, the url you type in gets converted into an ip address, you get the website
Use this area of the page to describe your project. The icon above is part of a free icon set by Flat Icons. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
Use this area of the page to describe your project. The icon above is part of a free icon set by Flat Icons. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
Use this area of the page to describe your project. The icon above is part of a free icon set by Flat Icons. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!