-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,38 @@ | ||
<!doctype html> | ||
<html lang='en'> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Contact</title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | ||
<link type="text/css" rel="stylesheet" href="style.css"> | ||
</head> | ||
<body> | ||
<div id="header"></div> | ||
|
||
<h2>For contacting me or exploring my work</h2> | ||
<ul> | ||
<li><a href="https://sites.google.com/view/azad-rasul/home?authuser=0">My Google Site</a></li> | ||
<li><a href="https://scholar.google.com/citations?user=E6b98RcAAAAJ&hl=en&authuser=1">My Google Scholar</a></li> | ||
<li><a href="https://www.linkedin.com/in/azad-rasul-1860abb1/">My LinkedIn Profile</a></li> | ||
<li><a href="https://www.researchgate.net/profile/Azad_Rasul">My ResearchGate</a></li> | ||
<li><a href="https://orcid.org/0000-0001-5141-0577">My ORCID</a></li> | ||
<li><a href="https://smartrs.hashnode.dev/">My Blog</a></li> | ||
<li><a href="https://publons.com/researcher/887303/azad-rasul">My Publons</a></li> | ||
<li><a href="https://twitter.com/Azad77Rasul">My Twitter</a></li> | ||
<li><a href="mailto:[email protected]">Send Email</a></li> | ||
</ul> | ||
|
||
<div id="footer"></div> | ||
|
||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> | ||
<script | ||
src="https://code.jquery.com/jquery-3.3.1.js" | ||
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" | ||
crossorigin="anonymous"> | ||
</script> | ||
<link type="text/css" rel="stylesheet" href="style.css" /> | ||
<title>Home</title> | ||
<script> | ||
$(function(){ | ||
$("#header").load("header.html"); | ||
$("#footer").load("footer.html"); | ||
}); | ||
</script> | ||
<div id="header"></div> | ||
</head> | ||
|
||
<body> | ||
<h5 id="read-more-about-me-and-my-works">Read more about me and my works</h5> | ||
<p> | ||
<a href="https://sites.google.com/view/azad-rasul/home?authuser=0">My google site</a> | ||
</p> | ||
<p> | ||
<a href="https://scholar.google.com/citations?user=E6b98RcAAAAJ&hl=en&authuser=1">My Google Scolar</a> | ||
</p> | ||
<p> | ||
<a href="https://www.linkedin.com/in/azad-rasul-1860abb1/">My LinkedIn</a> | ||
</p> | ||
<p> | ||
<a href="https://www.researchgate.net/profile/Azad_Rasul">My ResearchGate</a> | ||
</p> | ||
<p> | ||
<a href="https://orcid.org/0000-0001-5141-0577">My ORCID</a> | ||
<p> | ||
<a href="https://smartrs.hashnode.dev/">My Blog</a> | ||
</p> | ||
</li> | ||
</p> | ||
<p> | ||
<a href="https://publons.com/researcher/887303/azad-rasul">My publions</a> | ||
</p> | ||
<p> | ||
<a href="https://twitter.com/Azad77Rasul">My twitter</a> | ||
</p> | ||
<p> | ||
<a href = "mailto: [email protected]">Send Email</a> | ||
</p> | ||
<script> | ||
$(function(){ | ||
$("#header").load("header.html"); | ||
$("#footer").load("footer.html"); | ||
}); | ||
</script> | ||
</body> | ||
|
||
<!--Footer--> | ||
<div id="footer"></div> | ||
<!-- | ||
</html> | ||
|