Skip to content

This project is build to make coding knowledge available to every places through app and web. This is an online platform to learn different languages from the best hand-picked courses.

License

Notifications You must be signed in to change notification settings

danish1804/hashcode_web

 
 

Repository files navigation

HTML PART APPLICATION

linking the CSS part With HTML Part

Adding Fonts from google

<title>project</title>

Working with the body

HASHCODE

discover best courses for the best learning!!

added main focus of the project

This project is build to make coding knowledge available to every place through an app and a website. This is an online platform to learn different languages from the best hand-picked courses

Adding An extra Line for clear info

This course provides you with the following Courses:

Making the picture more responsive by clicking on them we are directed to the respective page

For HTML IMAGE

For CSS IMAGE
For JAVASCRIPT IMAGE

</table>

APPLICATION OF THE CSS PART TO BE USED IN HTML FOR BETTER STYLING AND BACKGROUND TO BE USED IN THE ABOVE CODE

body{ font-family: 'Open Sans', sans-serif; Added background for the whole page background-color: #011627; color: #FDFFFC; align: center; text-align: center;

Added borders border: 20px solid #2EC486;

padding-bottom: 350px;

}

h1{ font-size: 4.0em; }

.courses{ margin: auto; }

adding detail in the pictures used from the internet for a redirecting page #a{ height: 150px; width: 300px; padding: 10px;

} #b{ height: 150px; width: 300px; padding: 10px;

} #c{ height: 150px; width: 300px; padding: 10px;

}

Chat with us

Gitter

Description

We got the inspiration of this idea with the help of our fellow friends who wanted to have good knowledge as well as relevant skills in different Programming languages and frameworks. They wanted a single platform to access the best resources available in the internet, so we came up with an idea to build this platform.

HashCode is a web and app based platform where the we provide the best-handpicked courses from the internet at one place of different branches. Students who will use the platform can view various courses and test their knowledge.

GitHub stars GitHub forks GitHub issues

Installation

You need to do changes only in develop branch
(Make sure you have Node/Nodemon & Express installed)

  1. Fork this repo
  2. Clone the forked repo
  3. Open the main/parent hashcode_web folder
  4. Run the following command inside hashcode_web's terminal:
    • node app.js -> if you have Node
    • nodemon app.js -> if you have Nodemon
    • You'll get a port_number
  5. Open any browser, in new tab enter a url https://localhost:<port_number>/ like http://localhost:3000/

Visual




Community

Code of Conduct
Contributing to Inaxia

License

MIT License

Copyright (c) 2020 inaxia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Support

built with love
If you like our project, don't forget to give it a ⭐

Html <img id="b"src="https://www.motocms.com/blog/wp-content/uploads/2018/07/css-main-image.jpg" alt="CSS"> JavaScript

About

This project is build to make coding knowledge available to every places through app and web. This is an online platform to learn different languages from the best hand-picked courses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.2%
  • CSS 10.3%
  • JavaScript 5.5%