-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
84 lines (80 loc) · 3.66 KB
/
about.html
File metadata and controls
84 lines (80 loc) · 3.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> About Me - Yog Mehta </title>
<link href="https://fonts.googleapis.com/css?family=Spectral+SC" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Vollkorn:600" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="about.css"
</head>
<body>
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-nav-demo" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Yog Mehta</a>
</div>
<div class="collapse navbar-collapse" id="bs-nav-demo">
<ul class="nav navbar-nav">
<li>
<a href="index.html#skills">
<i class="fa fa-superpowers" aria-hidden="true"></i> Skills </a>
</li>
<li>
<a href="index.html#projects">
<i class="fa fa-code" aria-hidden="true"></i> Projects </a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html#contact">Contact</a>
</li>
<li>
<a href="index.html#presence">Presence</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="described"> <h1 id="main" class="text-center">
15 years of life.
<br />
Self-Learner.
<br />
Expanding skillset.
<br />
Focus on technology.
<br />
</h1> </div>
<div class="my-story row">
<h1 class="title"> What came before <br /> and what comes next: </h1>
<div class="col-sm-12 container">
<p class="story"> I started learning software development in 2016, back when I was 13.
I've been immersed in the technology world ever since. <br />
It's 2018 now, and I've come a long way. As of now I'm:
</p>
<ol>
<li> Exploring Deep Learning <br /> </li>
<li> Learning Loads Of New Stuff - SQL, PyData stack, Cloud Computing </li>
<li> Writing Code For My Models & Websites And Prose On Medium</li>
<li> Reading Anything (Blogs, Articles, Books) Which Seems Interesting </li>
<li> Being Unconventional In All Areas Of Life </li>
</ol>
</p>
<p class="story"> I am quite interested in working in an internship/technical position where I can
grow as a person, the metric being not just technical know-how, but also <a href="https://itsyourturnblog.com/lets-stop-calling-them-soft-skills-9cc27ec09ecb">
soft skills. </a> <br /></p>
</div>
</div>
</div>
</body>
</html>