Skip to content

Changed navbar styling #44

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
8 changes: 5 additions & 3 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be. - programmergaurav"
content='Hi, I am Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be. - programmergaurav'
/>
<meta name="keywords" content="PortFolio, programmegaurav, Programmer Gaurav, Gaurav Gupta, Web Developer" />
<meta name="keywords" content='PortFolio, programmegaurav, Programmer Gaurav, Gaurav Gupta, Web Developer' />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ProgrammerGRG" />
<meta name="twitter:creator" content="@ProgrammerGRG" />
<meta name="twitter:card" content='summary' />
<meta name="twitter:site" content='@ProgrammerGRG' />
<meta name="twitter:creator" content='@ProgrammerGRG' />
<meta name="twitter:title" content="programmergaurav" />
<meta
name="twitter:description"
content="Hi, I am a Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be."
content='Hi, I am a Gaurav, I am a Full Stack Developer, If you need a Website, then email me may be.''
/>
<meta name="twitter:image" content="https://programmergaurav.me/img/icon.jpg" />
<!-- Twitter Card Ends -->
Expand Down Expand Up @@ -361,6 +361,16 @@ <h3>Let's Chat</h3>
required
></textarea>
</div>
<div class="textarea">
<label for="email">Email ID</label>
<textarea
type="text"
class="form-control"
id="email"
name="email"
required
></textarea>
</div>
<button type="submit">Send</button>
</form>
</div>
Expand Down