Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Github Session 2019</title>
<title>Open Hackday 2019</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<img src="images/GitHub-Mark.png" alt="Avatar" class="image">
<div class="overlay">
<div class="text">
<h1 class="title white">
<h1 class="title yellow">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. If you are using yellow class here, you have to change it in the CSS file as well.

Hello Github!
</h1>
<p>your-name: <strong>NAMEtest</strong></p>
<p>your-age:<strong>AGEtest</strong></p>
<p>your-batch:<strong>BATCHtest</strong></p>
<p>your-degree<:<strong>DEGREEtest</strong>/p>
<p>your-name: <strong>UserName</strong></p>
<p>your-age:<strong>AGE</strong></p>
<p>your-batch:<strong>BATCH</strong></p>
<p>your-degree<:<strong>DEGREE</strong>/p>
<h3 class="sub white" style="font-family: 'Indie Flower', cursive;">
I love Open Source Projects
I love Open Source Projects.I like to do my web projects with github.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Continue on GitHub..... ✨

</h3>
<p>
<img src="https://img.shields.io/badge/GitHub_Workshop-FOSS_Community_of_NSBM-brightgreen.svg">
Expand Down