• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

sahanihit/Hacktoberfest2020-Newbie: Hacktoberfest 2020. Don't forget to spre ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

sahanihit/Hacktoberfest2020-Newbie

开源软件地址(OpenSource Url):

https://github.com/sahanihit/Hacktoberfest2020-Newbie

开源编程语言(OpenSource Language):

HTML 36.2%

开源软件介绍(OpenSource Introduction):

Hacktoberfest 2020 - Newbie

This is a beginner-friendly project to help you get started with your hacktoberfest. If you don't know where to start, feel free to watch the videos linked below, and read the contribution rules. Happy hacking <3 !!

P.S. Star and share this repository, if you had fun!

Videos

Getting Started

  • Create a Github account for free here.
  • Register at Hactoberfest-2020 using your github id.
  • Star this repo and share it with your friends.
  • Replace <YOUR-USERNAME> with your GitHub username in this guide.

1. About Me

  • Go to 1.AboutMe folder.
  • Create the file YOUR-USERNAME.md
  • Copy the next template into your file and fill the information with yours. (Replace along with * )
---
name: *Your Name*
age: *Your Age*
institution: *Your Institution*
quote: *Random Quote*
github_user: *Your UserName*
---

Do not use special characters in the template above.

  • press 'Propose New File' button
  • press 'Create pull request' button
  • Create pull request

2. Basic HTML Page

  • Go to 2.HTML folder.
  • Create the file YOUR-USERNAME.html
  • Copy the next template into your file and fill the information with yours. (Replace along with * )
<html>
<head><link rel="stylesheet" type="text/css" href="style.css"></head>
<body>
  <div class="wrapper">
    <div class="left">


      <img class="profile-picture" src="*Your Image URL*" width="200"/>
      <h1 class="name">  *Your Name*  </h1>
      <h4 class="subtitle">  *Age*  </h4>


    </div>
    <div class="right">
      <p class="bio">

        *Random Quote*

      </p>
      <ul class="social-links">

        <li><a href="https://github.com/*yourusername*">  *Your Username* </a></li>

      </ul>
    </div>
  </div>
</body>
</html>
  • press 'Propose New File' button
  • press 'Create pull request' button
  • Create pull a request

3. Basic Python Program

  • Go to 3.Python folder.
  • Create the file YOUR-USERNAME.py
  • Copy the next template into your file and fill the information with yours. (Replace along with * )
name, age = "*YOUR NAME*", *YOUR AGE*
username = "*YOUR USERNAME*"
print ('Hello!')
print("Name: {}\nAge: {}\nUsername: {}".format(name, age, username))
  • press 'Propose New File' button
  • press 'Create pull request' button
  • Create pull request

4.Basic C Program

  • Go to 4.C folder.
  • Create the file YOUR-USERNAME.c
  • Copy the next template into your file and fill the information with yours. (Replace along with * )
#include <stdio.h>
 int main()
  {
     printf("Hello!\n");
     printf("Name   : *YOUR NAME*\n");
     printf("Age    : *YOUR AGE*\n");
     printf("Username : *YOUR USERNAME*\n");
     return(0);
  }
  • press 'Propose New File' button
  • press 'Create pull request' button
  • Create pull request

5.Basic Java Program

  • Go to 5.Java folder.
  • Create the file YOUR-USERNAME.java
  • Copy the next template into your file and fill the information with yours. (Replace along with * )
class *YOUR USERNAME* {
    public static void main(String[] args) {

    String name = "*YOUR NAME*";
    int age = *YOUR AGE* ;
    String username = "*YOUR USERNAME*";

        System.out.println("Hello!\nName: "+name+"\nAge: "+age+ "\nUsername: "+username);
    }
}
  • press 'Propose New File' button
  • press 'Create pull request' button
  • Create pull request

Ideas for contributions

  • Style the index.html
  • Add your own projects to the 'Helpful Material Page'

FAQs

  • Who can contribute?

    • Anyone with a Github account and who is signed up for hacktoberfest :).
  • How many pull request (PR) must be made, if I can get an awesome shirt from Hacktoberfest 2020?

    • 5
  • How do I track my progress to get an awesome shirt from Hacktoberfest 2020?

  • What is the duration of Hacktoberfest 2020?

    • It is from 1st October to 31st October 2020.
  • What is the event for?

    • For the open-source community engagement.

I will do my best to merge as much as possible from everyone. However, time is limited and the merge conflicts are horrible <3

GitHub Readme Stats

GitHub Readme Stats

Get dynamically generated GitHub stats on your readmes!

Tests Passing Issues GitHub pull requests

View Demo · Report Bug · Request Feature

Français · 简体中文 · Español · Deutsch ·




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap