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

Patch 1 #3

Closed
wants to merge 20 commits into from
Closed
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
42 changes: 20 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->

<html lang="en">
<head>
<title>John Doe</title>
<title>A.S. Salehi</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
Expand All @@ -22,10 +17,11 @@
<nav class="navbar navbar-inverse">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#">CV</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#publications">Publications and Presentations</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#workexperience">Work Experience</a></li>
</ul>
</div>
</nav>
Expand Down Expand Up @@ -54,21 +50,21 @@

<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>John Doe</b></div><br>
<p><b>john at doe.com</b><br>
<p>Random Department<br>
University of Randomness<br>
Street<br>
City <br>
Country<br>
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Ali Sayed Salehi</b></div><br>
<p><b>Mechanical Engineer</b><br>
<p>University of Isfahan<br>
Mechanical Engineering Dpt.<br>

Isfahan <br>
Iran<br>
</p>
</div>


<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top:2%">
<dd><a href="#">Google Scholar</a></dd>
<dd><a href="#">Twitter</a></dd>
<dd><a href="#">Download CV</a></dd>
<dd><a href="mailto:[email protected]">Email:[email protected]</a></dd>
<dd><a href="#">LinkedIn</a></dd>
</div>

Expand All @@ -95,9 +91,11 @@ <h2 id="publications">Publications</h2>
</div>
<!-- /.container -->

<!-- Other people may like it too! -->
<a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a>

<!-- footer -->
<footer style="color:#b5bec9;font-size:0.8em; text-align:center;">
<p> Copyright &copy; 2020, Ali Sayed Salehi</p>
<br>
</footer>
</body>

</html>