Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gyanshankar1708 committed Jun 11, 2024
2 parents 2e51e35 + 5df07bc commit 696628e
Show file tree
Hide file tree
Showing 144 changed files with 2,366 additions and 796 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Greetings'

on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:

issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."
pr-message: "Great job, @${{ github.actor }}! πŸŽ‰ Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. kindly remember to check our [contributing guidelines](https://github.com/arghadipmanna101/Flipkart_Clone/blob/main/CONTRIBUITING.md)"
18 changes: 18 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}
24 changes: 24 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "d:/Flipkart_Clone/css",
"program": "d:/Flipkart_Clone/css/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}
61 changes: 59 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
{
"liveServer.settings.port": 5501
{
"liveServer.settings.port": 5501,
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false
}
81 changes: 81 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404:Page not found</title>
<link rel="icon" type="image/x-icon" href="img/flipkart_lite.png">
</head>
<style>
body {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
background-color: #fff;
}

.center {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 90vh;
}

.pic {
width: 400px;
height: 300px;
}
a {
text-decoration: none;
color: #000000;
}

.btn {
position: absolute;
padding: 10px 20px;
background-color: #0077ff;
border-radius: 5px;
font-size: 18px;
border: none;
top: 600px;
}

@media screen and (max-width: 600px) {
.pic {
width: 300px;
height: 300px;
}

.btn {
top: 750px;
}
h4{
font-size: 13px;
}
}
nav{
background: #0077ff;
display: flex;
justify-content: center;
}
.logo{
width: 200px;
padding: 20px;
}

</style>

<body>
<nav>
<img src="http://img1a.flixcart.com/www/linchpin/fk-cp-zion/img/fk-logo_9fddff.png" alt="logo" class="logo">
</nav>
<div class="center">
<img src="img/flipkarterror.png" alt="404 pic" class="pic">
<h4>Unfortunately the page you are looking for has been moved or deleted</h4>
<button class="btn"><a href="index.html">GOTO THE HOMEPAGE</a></button>
</div>
</body>

</html>
1 change: 1 addition & 0 deletions Home & Furniture-/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="theme-color" content="#2874F0" id="themeColor">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="../img/fav_icon.png">
<link rel="icon" type="image/x-icon" href="../img/flipkart_favicon.ico">
<title>Flipkart | Home Furniture Online at Best Prices in India</title>
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">
Expand Down
63 changes: 50 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,73 @@

<div align="center">
<h1 style="font-size: 36px; font-weight: bold;">Flipkart_Clone</h1>

</div>

<div align="center">
<p>

[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![GitHub Repo stars](https://img.shields.io/github/stars/arghadipmanna101/Flipkart_Clone)
![GitHub contributors](https://img.shields.io/github/contributors/arghadipmanna101/Flipkart_Clone)
![GitHub last commit](https://img.shields.io/github/last-commit/arghadipmanna101/Flipkart_Clone)
![GitHub repo size](https://img.shields.io/github/repo-size/arghadipmanna101/Flipkart_Clone)
![Github](https://img.shields.io/github/license/arghadipmanna101/Flipkart_Clone)
![GitHub issues](https://img.shields.io/github/issues/arghadipmanna101/Flipkart_Clone)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/arghadipmanna101/Flipkart_Clone)
![GitHub pull requests](https://img.shields.io/github/issues-pr/arghadipmanna101/Flipkart_Clone)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/arghadipmanna101/Flipkart_Clone)

</p>
</div>

<table align="center">
<thead align="center">
<tr border: 1px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>πŸ› Issues</b></td>
<td><b> Closed Issues</b></td>
<td><b>πŸ”” Open PRs</b></td>
<td><b>πŸ”• Close PRs</b></td>
<td><b> last commit</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/arghadipmanna101/Flipkart_Clone"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/arghadipmanna101/Flipkart_Clone?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/arghadipmanna101/Flipkart_Clone?style=flat&logo=github"/></td>
<td><img alt="closed issues" src="https://img.shields.io/github/issues-closed-raw/arghadipmanna101/Flipkart_Clone"</td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/arghadipmanna101/Flipkart_Clone?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/arghadipmanna101/Flipkart_Clone"/></td>
<td><img alt="last commit" src="https://img.shields.io/github/last-commit/arghadipmanna101/Flipkart_Clone"/></td>
</tr>
</tbody>
</table>
</div>



<!-- Open Source Programs -->
<div>
<h2><img src="https://github.com/Tarikul-Islam-Anik/Animated-Fluent-Emojis/blob/master/Emojis/Hand%20gestures/Flexed%20Biceps.png?raw=true" width="35" height="35" >Open Source Programs</h2>
</div>

This project is a part of GirlScript Summer of code. We welcome contibutions from the community to help improve the project Flipkart_Clone.

![gssoc](https://github.com/d1vyadharsh1n1/Flipkart_Clone/assets/146218077/dd4ffa29-2d52-47ad-9967-d0d6f8aff717)
<!--This project is a part of GirlScript Summer of code. We welcome contibutions from the community to help improve the project Flipkart_Clone.-->

<table>

<div align="center">
<h1 style="font-size: 36px; font-weight: bold;">Flipkart_Clone</h1>
<tr>
<th>Event Logo</th>
<th>Event Name</th>
<th>Event Description</th>
</tr>
<tr>
<td><img src="https://user-images.githubusercontent.com/63473496/153487849-4f094c16-d21c-463e-9971-98a8af7ba372.png" width="200" height="auto" loading="lazy" alt="GSSoC 24"/></td>
<td>GirlScript Summer of Code 2024</td>
<td>GirlScript Summer of Code is a three-month-long Open Source Program conducted every summer by GirlScript Foundation. It is an initiative to bring more beginners to Open-Source Software Development.</td>
</tr>

</table>

<hr>

</div>
<!--![gssoc](https://github.com/d1vyadharsh1n1/Flipkart_Clone/assets/146218077/dd4ffa29-2d52-47ad-9967-d0d6f8aff717)-->

<div style="text-align:center;">
<img src="https://cdn.dribbble.com/users/1980856/screenshots/4760116/media/5021b87fb97e90b8f153a4480ffc615e.gif" alt="Flipkart Logo Animation" width="3800" height="450">
Expand Down
Loading

0 comments on commit 696628e

Please sign in to comment.