Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitter clone readme #509

Merged
Merged
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
58 changes: 58 additions & 0 deletions Frontend-Projects/Google Clone/Advanced.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div>
<ul class="navbar-google">
<li class="navbar-item-google"><a href="index.html">Google</a></li>
</ul>
</div>
<p class="p1-advanced">Advanced Search</p>
<div class="line"></div>
<div class="div-advanced">
<p class="p2-advanced">Find pages with...</p>
<form action="https://www.google.com/search">
<div class="row-input">
<div class="left">
<p class="p-advanced">all these words:</p>
</div>
<div class="right">
<input type="text" name="as_q" class="form-control">
</div>
</div>
<div class="row-input">
<div class="left">
<p class="p-advanced">this exact word or phrase:</p>
</div>
<div class="right">
<input type="text" name="as_epq" class="form-control">
</div>
</div>
<div class="row-input">
<div class="left">
<p class="p-advanced">any of these words:</p>
</div>
<div class="right">
<input type="text" name="as_oq" class="form-control">
</div>
</div>
<div class="row-input">
<div class="left">
<p class="p-advanced">none of these words:</p>
</div>
<div class="right">
<input type="text" name="as_eq" class="form-control">
</div>
</div>
<div class="btn-div">
<input type="submit" value="Advanced Search" class="btn-advanced">

</div>
</form>
</div>
</body>
</html>
24 changes: 24 additions & 0 deletions Frontend-Projects/Google Clone/Images.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<ul class="navbar-google">
<li class="navbar-item-google"><a href= "index.html">Google</a></li>
</ul>
</div>
<div class="center-div">
<img src="googleimage.png" alt="Google Icon" height="92" >
</div>
<form action="https://www.google.com/search">
<input type="text" name="q" class="rounded-input">
<input type="hidden" name="tbm" value="isch">
<div class="center-div">
<input type="submit" value="Google Images" class="btn-google">
</div>
</form>
</body>
</html>
Binary file added Frontend-Projects/Google Clone/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Frontend-Projects/Google Clone/googleimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions Frontend-Projects/Google Clone/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<ul class="navbar-google">
<li class="navbar-item-google"><a href= "Images.html">Images</a></li>
<li class="navbar-item-google"><a href="Advanced.html">Advanced Search</a></li>
</ul>
</div>
<div class="center-div">
<img src="google.png" alt="Google Icon" height="92" >
</div>
<form action="https://www.google.com/search">
<input type="text" name="q" class="rounded-input">
<div class="center-div">
<input type="submit" value="Google Search" class="btn-google">
<input type="submit" name="btnI" value="I'm Feeling Lucky" class="btn-google">
</div>

</form>
</body>
</html>
106 changes: 106 additions & 0 deletions Frontend-Projects/Google Clone/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
.navbar-google{
list-style-type: none;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.navbar-item-google{
margin: 10px;
}
a:link{
color: black;
text-decoration: none;
}
a:visited{
color: black;
}
a:hover{
color: black;
}
a:active{
color: black;
}

.center-div{
display: flex;
justify-content: center;
align-items: center;
}

.rounded-input{
display: flex;
z-index: 3;
height: 44px;
background: white;
border: 1px solid #dfe1e5;
box-shadow: none;
border-radius: 24px;
margin: 0 auto;
width: 584px;
max-width: 584px;
margin-top: 10px;
}
.btn-google{
background-color: #f8f9fa;
border: 1px solid #f8f9fa;
border-radius: 4px;
color: #3c4043;
font-family: arial,sans-serif;
font-size: 14px;
margin: 11px 4px;
padding: 0 16px;
line-height: 27px;
height: 36px;
min-width: 54px;
text-align: center;
cursor: pointer;
user-select: none;
}

.p1-advanced{
color: #d93025;
font-size: 20px;
margin: 25px 35px;
}

.line{
border-bottom: 1px solid rgb(238, 234, 234);
}
.p2-advanced{
font-size: 16px;
color: #333;
}

.div-advanced{
margin: 36px;
}
.row-input{
display: flex;
flex-direction: row;
align-items: center;
margin: 25px;
}
.left{
width: 200px;
}
.right{
width: 500px;

}
.p-advanced{
font-size: 13px;
vertical-align: middle;
}
.btn-advanced{
box-shadow: none;
background-color: #4d90fe;
border: 1px solid #3079ed;
color: #fff;
}
.btn-div{
display: flex;
justify-content: flex-end;
width: 705px;
margin: 20px;
}

30 changes: 28 additions & 2 deletions Frontend-Projects/Twitter-Clone/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# TWITTER CLONE

I have added the twitter clone for this in which i made this using html,css . This is purely forntend project,
# Twitter Clone

This is a simple HTML webpage that replicates the basic layout and features of the Twitter platform.

## Features

- Navigation menu with options like Home, Explore, Notifications, Messages, Bookmarks, Lists, Profile, and More.
- Tweet box for posting new tweets.
- Display of other users' tweets with profile pictures, usernames, timestamps, and tweet content.
- Trending topics section with descriptions and images.
- Suggested users to follow with profile pictures and follow buttons.

## Usage

1. Open the `index.html` file in a web browser to view the Twitter clone webpage.

2. Explore the navigation menu to access different sections of the webpage.

3. Use the tweet box to post new tweets.

4. Scroll down to view other users' tweets, including their profile pictures, usernames, timestamps, and tweet content.

5. Check the trending topics section for popular topics with descriptions and images.

6. Find suggested users to follow in the "Who to follow" section and use the follow buttons to follow them.

![Screenshot from 2022-10-20 11-43-57](https://user-images.githubusercontent.com/105157723/196871825-c065475e-7925-43a9-83c3-fcdd4f40ddec.png)

## Customization

You can customize the webpage by modifying the HTML and CSS code. Feel free to replace the placeholder images and text with your own content.