-
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
1 parent
fd8275f
commit 33935cb
Showing
1 changed file
with
12 additions
and
17 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>vCard - Personal Portfolio</title> | ||
<title>Hemagiri Naidu- Personal Portfolio</title> | ||
|
||
<!-- | ||
- favicon | ||
|
@@ -42,11 +42,13 @@ | |
<div class="sidebar-info"> | ||
|
||
<figure class="avatar-box"> | ||
<img src="./assets/images/my-avatar.png" alt="Richard hanrick" width="80"> | ||
<img src="./assets/images/my-avatar.png" alt="Hemagiri" width="80"> | ||
</figure> | ||
|
||
<div class="info-content"> | ||
<h1 class="name" title="Richard hanrick">Richard hanrick</h1> | ||
<h1 class="name" title="Hemagiri">Hemagiri | ||
|
||
</h1> | ||
|
||
<p class="title">Web developer</p> | ||
</div> | ||
|
@@ -74,7 +76,7 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<div class="contact-info"> | ||
<p class="contact-title">Email</p> | ||
|
||
<a href="mailto:richard@example.com" class="contact-link">[email protected]</a> | ||
<a href="mailto:ungraduate1394@duck.com" class="contact-link">[email protected]</a> | ||
</div> | ||
|
||
</li> | ||
|
@@ -88,7 +90,7 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<div class="contact-info"> | ||
<p class="contact-title">Phone</p> | ||
|
||
<a href="tel:+12133522795" class="contact-link">+1 (213) 352-2795</a> | ||
<a href="tel:+918555034813" class="contact-link">+918555034813</a> | ||
</div> | ||
|
||
</li> | ||
|
@@ -102,7 +104,7 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<div class="contact-info"> | ||
<p class="contact-title">Birthday</p> | ||
|
||
<time datetime="1982-06-23">June 23, 1982</time> | ||
<time datetime="2004-03-23">march 23, 2004</time> | ||
</div> | ||
|
||
</li> | ||
|
@@ -116,7 +118,7 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<div class="contact-info"> | ||
<p class="contact-title">Location</p> | ||
|
||
<address>Sacramento, California, USA</address> | ||
<address>Baireddipalli Tirupathi Andhra Pradesh India </address> | ||
</div> | ||
|
||
</li> | ||
|
@@ -126,16 +128,9 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<div class="separator"></div> | ||
|
||
<ul class="social-list"> | ||
|
||
<li class="social-item"> | ||
<a href="#" class="social-link"> | ||
<ion-icon name="logo-facebook"></ion-icon> | ||
</a> | ||
</li> | ||
|
||
<li class="social-item"> | ||
<a href="#" class="social-link"> | ||
<ion-icon name="logo-twitter"></ion-icon> | ||
<ion-icon name="logo-telegram"></ion-icon> | ||
</a> | ||
</li> | ||
|
||
|
@@ -204,12 +199,12 @@ <h1 class="name" title="Richard hanrick">Richard hanrick</h1> | |
<article class="about active" data-page="about"> | ||
|
||
<header> | ||
<h2 class="h2 article-title">About me</h2> | ||
<h2 class="h2 article-title">About info</h2> | ||
</header> | ||
|
||
<section class="about-text"> | ||
<p> | ||
I'm Creative Director and UI/UX Designer from Sydney, Australia, working in web development and print media. | ||
I'm Creative Director and UI/UX Designer from India working in web development and print media. | ||
I enjoy | ||
turning complex problems into simple, beautiful and intuitive designs. | ||
</p> | ||
|