Skip to content

Commit e6402f0

Browse files
authored
Merge pull request #365 from mitp7/my-contribution
Added the dark theme landing page to the projects.
2 parents b15a62e + 166fe2c commit e6402f0

23 files changed

+799
-0
lines changed

Landing-Page-Dark-Theme/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<a href="https://mitp7.github.io/Fylo-LandingPage/">
2+
<img src="images/logo.svg" alt="Fylo-logo" title="Fylo" align="right" height="61" />
3+
</a>
4+
5+
# Fylo Dark Theme Landing Page
6+
7+
## Table of contents
8+
9+
- [Overview](#overview)
10+
- [The objective](#the-objective)
11+
- [Screenshot](#screenshot)
12+
- [Built with](#built-with)
13+
- [Live website](#live-website)
14+
- [How to use](#how-to-use)
15+
16+
## Overview
17+
18+
- Front end landing page created using HTML/CSS. Built to enhance web-responsive
19+
skills by using CSS layout tools (Grid or Flexbox).
20+
21+
### The objective
22+
23+
- Use your HTML and CSS skills to create a static landing page. Consider creating the components using CSS Grid or Flexbox to ensure the page is responsive.
24+
25+
### Screenshot
26+
27+
![Desktop-version](./design/desktop-design.jpg)
28+
29+
### Built with
30+
31+
- HTML
32+
- CSS
33+
34+
### Live website
35+
36+
- [Visit Live Website](https://mitp7.github.io/Fylo-LandingPage/)
37+
38+
### How to use
39+
40+
- Clone this repository.
41+
- Right click on the `index.html` file.
42+
- Click on `copy path` and paste it in your browser.

0 commit comments

Comments
 (0)