Skip to content
Open
Show file tree
Hide file tree
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
69 changes: 0 additions & 69 deletions .gitignore

This file was deleted.

99 changes: 3 additions & 96 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,97 +1,4 @@
<!-- AUTO-GENERATED-CONTENT:START (STARTER) -->
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
</a>
</p>
<h1 align="center">
Gatsby's hello-world starter
</h1>
# Projects
1.web development project

Kick off your project with this hello-world boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.

_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._

## 🚀 Quick start

1. **Create a Gatsby site.**

Use the Gatsby CLI to create a new site, specifying the hello-world starter.

```shell
# create a new Gatsby site using the hello-world starter
gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world
```

1. **Start developing.**

Navigate into your new site’s directory and start it up.

```shell
cd my-hello-world-starter/
gatsby develop
```

1. **Open the source code and start editing!**

Your site is now running at `http://localhost:8000`!

_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._

Open the `my-hello-world-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!

## 🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md

1. **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

2. **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.

3. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.

4. **`.prettierrc`**: This is a configuration file for [Prettier](https://prettier.io/). Prettier is a tool to help keep the formatting of your code consistent.

5. **`gatsby-browser.js`**: This file is where Gatsby expects to find any usage of the [Gatsby browser APIs](https://www.gatsbyjs.org/docs/browser-apis/) (if any). These allow customization/extension of default Gatsby settings affecting the browser.

6. **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more detail).

7. **`gatsby-node.js`**: This file is where Gatsby expects to find any usage of the [Gatsby Node APIs](https://www.gatsbyjs.org/docs/node-apis/) (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

8. **`gatsby-ssr.js`**: This file is where Gatsby expects to find any usage of the [Gatsby server-side rendering APIs](https://www.gatsbyjs.org/docs/ssr-apis/) (if any). These allow customization of default Gatsby settings affecting server-side rendering.

9. **`LICENSE`**: Gatsby is licensed under the MIT license.

10. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**

11. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

12. **`README.md`**: A text file containing useful reference information about your project.

## 🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.org/). Here are some places to start:

- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.

- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.org/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.

## 💫 Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-hello-world)

<!-- AUTO-GENERATED-CONTENT:END -->
2.My portfolio project
159 changes: 159 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Viewport" content="width=device-width,initial-scale=1.0">
<title>My PortFolio</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">

<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>

<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="nav_section">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand text-white" href="#">
Cyber Webs<span>.</span>
</a>
<button class="navbar-toggler" style="border:none" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="text-white fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" style="color:#f87652 !important" href="index.htm">Home</a>
</li>

<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>

<li class="nav-item">
<a class="nav-link" href="skill.htm">Skills</a>
</li>

<li class="nav-item">
<a class="nav-link" href="portfolio.htm">Portfolio</a>
</li>

<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>

<li class="nav-item">
<a class="nav-link" href="contact.htm">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>

<!--About Section-->
<div class="about_section">
<div class="container">
<div class="row m-0">
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12" >
<h2 id="heading">Any type of Question<br>& Discussion</h2>
<div>
<h5 class="lets_talk">Let's Talk<span style="color: #f87652;">-----------------</span></h5>
</div>
<h4 id="info_gmail">shabistaimam12345@gmail.com</h4>
<div class="contact_info">
<h5>Linkedin : shabista Imam</h5>
<h5>whatsapp : ************</h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-ms-12 col-xs-12 about_me_right_section">
<h2 id="heading">About Me</h2>
<hr>
<p id="txt">Hello, I am shabista Imam and i am a professional frontend Developer.
I can create beautiful websites according to your needs.</p>
<table class="table">
<tr>
<td>Name</td>
<td>:</td>
<td>Shabista Imam</td>
</tr>
<tr>
<td>Email</td>
<td>:</td>
<td>shabistaimam12345@gmail.com</td>
</tr>
<tr>
<td>Website</td>
<td>:</td>
<td>www.google.com</td>
</tr>
</table>
<a href="images/resume.official.pdf" download="Shabista-Imam.pdf">
<button class="btn btn-light btn-sm animate_animated">Download Cv</button>
</a>
</div>
</div>
</div>
</div>

<!--footer Section-->
<div class="footer_section">
<div class="container">
<div class="row py-5">
<div class="logo-area col-lg-4 col-md-4 col-sm-12 col-xs-12">
<a class="navbar-brand text-white" href="#">
Cyber Webs<span style="color: #f87652;">..</span>
</a>
<p>Lorem Ipsum has been the Industry's standard dummy text ever sincce the 1500s ,when an unknown printer took a gallery of type and scrambled it to make a type specimen book</p>
<div class="links">
<i class="fa fa-facebook-square animate_animated"></i>
<i class="fa fa-instagram px-1 animate_animated"></i>
<i class="fa fa-twitter-square animate_animated"></i>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 columns">
<h4 class="heading">Skills<span style="color: #f87652;">..</span></h4>
<ul class="list-group">
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>HTML & CSS</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>Bootstrap</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>JavaScript & jQuery</span>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12 columns">
<h4 class="heading">Useful Links<span style="color: #f87652;">..</span></h4>
<ul class="list-group">
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>Fiverr</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>Upwork</span>
</li>
<li class="list-group-item border-0 bg-transparent">
<i class="fa fa-chevron-right"></i><span>Guru</span>
</li>
</ul>
</div>
</div>
</div>
</div>

</body>
</html>
Loading