forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheducation.html
More file actions
18 lines (17 loc) · 2.14 KB
/
education.html
File metadata and controls
18 lines (17 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta name="About Me" content="Little bit about me and my experience"><meta name="author" content=" Nidhi Gaday "><title>Nidhi Gaday: Portfolio</title><link href="css/aboutstyle.css" rel="stylesheet"><link href="css/print.css" rel="stylesheet" media="print"><link href="css/media.css" rel="stylesheet" media="(max-width:480px)"><script>(function(w,g){w['GoogleAnalyticsObject']=g;
w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');
// TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-65945752-1');
ga('send', 'pageview');</script><script async src="http://www.google-analytics.com/analytics.js"></script><script async src="js/perfmatters.min.js"></script><script src="js/jQuery.min.js"></script></head><body><header><img src="img/profilepic2.png"><p>Nidhi Gaday<br><span>Web Developer</span> <a href="index.html" style="float: right"><button>Home</button></a></p></header><div class="container"><div class="hero"><p>I love learning new things and reading novels. Lately, I've been reading J.R.R Tolkien books just for a change and I am enjoying it.</p></div><div class="content" id="aboutme"></div><script src="js/about.min.js"></script><script type="text/javascript">if(document.getElementsByClassName('about').length === 0) {
document.getElementById('aboutme').style.backgroundColor = 'black';
}
if(document.getElementsByClassName('avatar').length === 0) {
document.getElementById('aboutme').style.backgroundColor = 'black';
}</script><script>WebFontConfig = {
google: { families: ['Titillium Web:400,700'] }
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0];
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js';
s.parentNode.insertBefore(wf, s);
})(document);</script><footer><p>© Web Performance 2015 <span id="crp-stats"></span></p></footer></div></body></html>