Skip to content

Commit

Permalink
"Updated"
Browse files Browse the repository at this point in the history
  • Loading branch information
AyambaSumaila committed Jul 4, 2024
1 parent 32ecbe7 commit 83c368a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 5 deletions.
97 changes: 96 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,97 @@
# AyambaSumaila.github.io
# AyambaSumaila.github.io


# Project Title

Welcome to the repository for [ GitHub Pages URL](https://AyambaSumaila.github.io)

![Project Screenshot](path/to/screenshot.png)

## Table of Contents

- [About the Project](#about-the-project)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)

## About the Project

Brief description of your project. Explain what it does, why you created it, and what makes it unique.

## Features

- Feature 1
- Feature 2
- Feature 3

## Getting Started

Instructions to get a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

List the software and tools you need to install before setting up your project.

- Prerequisite 1
- Prerequisite 2

### Installation

Step-by-step guide on how to install and set up the project.

```bash
# Clone the repo
git clone https://github.com/yourusername/yourrepository.git

# Navigate into the directory
cd yourrepository

# Install dependencies
npm install
```

### Usage

Instructions on how to use the project after setting it up.

```bash
# Run the project
npm start
```

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Your Name - [@your_twitter_handle](https://twitter.com/your_twitter_handle) - [email protected]

Project Link: [https://github.com/yourusername/yourrepository](https://github.com/yourusername/yourrepository)

## Acknowledgements

- [Tool 1](https://link_to_tool)
- [Resource 1](https://link_to_resource)
- [Inspiration](https://link_to_inspiration)
- [Tutorial](https://link_to_tutorial)

---

Feel free to replace the placeholders with your actual project details. This structure ensures your README is informative and easy to navigate, which is essential for attracting users and contributors to your project.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!-- Setup and start animation! -->
<script>
var typed = new Typed('#element', {
strings: ['<i>Hey there! Welcome to my Portfolio</i>', ' Langchain, NLP, LLMS, Python, Django, Java.'],
strings: ['<i>Hey there! Welcome to my Portfolio</i>', ' NLP, Deep Learning, Python, Django and Java.'],
typeSpeed: 100,
loop: true // Set loop option to true for infinite typing
});
Expand All @@ -57,15 +57,15 @@

<h5>Machine Learning || Software Engineer</h5>
<br>
<p> <span>I do cool stuffs related to Machine Learning || Software Development</span>
<p> <span>I do cool stuffs related to Machine Learning and Software Development</span>
<br>
<span>Learning is a continues process, and the secret to mastering is practice! practice! and practice! </span>
<br>

<span>I'm open for collaborations in Machine Learning Software Development domains</span>
<span>I'm open for collaborations in Machine Learning and Software Development domains.</span>
<br>

<span>I'm a big fun of Agile Development Methodology </span>
<span>I'm a big fun of Agile Development Methodology. </span>
<br>


Expand Down

0 comments on commit 83c368a

Please sign in to comment.