-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·128 lines (118 loc) · 6.06 KB
/
about.html
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>Tejas Shah</title>
<link rel="shortcut icon" href="/new_favicon.ico" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style type="text/css">
#mycontainer {
}
</style>
</head>
<body onload="return ran_col()">
<!-- header section -->
<section id="mycontainer">
<header id="header">
<!-- navigation section -->
<div class="header-content clearfix"> <a class="logo" href="index.html"><img src="images/name.png" width="200" height="54" alt="Mafolio"></a>
<nav class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://github.com/contejas">Github</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle">Menu<span></span></a> </div>
<!-- navigation section -->
</header>
<!-- banner text -->
<div class="container">
<div class="col-md-10 col-md-offset-1">
<div class="innerbanner-text text-center">
<h6>About me</h6>
<!-- banner text -->
</div>
</div>
</div>
</section>
<script type="text/javascript">
function ran_col() { //function name
var color = '#'; // hexadecimal starting symbol
var letters = ['0000ff', '990099', '006600', 'cc9900', '000066', '800000', 'cc0066', 'ff9933', '339933', '999966', '3399ff', '006699', '00cc99', '9966ff', 'cc6600', '666633', '0066ff', 'b30000', '999900', '00cc66', '6666ff', 'cc0052', 'cc0000', '446600', '993366'];
color += letters[Math.floor(Math.random() * letters.length)];
document.getElementById('mycontainer').style.background = color;
$('.btn').css({"background-color":color});
$('.btn:hover').css({"background-color":'#3d3d3d'});
$('.btn:focus').css({"background-color":'#3d3d3d'});
$('.custom-link').css({"color":color});
}
</script>
<!-- header section -->
<!-- description text section -->
<section id="inner-description" class="section inner-description">
<div class="container">
<div class="col-md-10 col-md-offset-1 text-center"> <img src="images/new_pfp.png" alt="Mafolio">
<h1>Tejas Shah</h1>
<h6> Data Scientist / Software Developer</h6>
</div>
<div class="col-md-10 col-md-offset-1 space">
<h6 align="center"> Hello there! My name is Tejas, also known as contejas on many platforms. I am a Senior at the Georgia Institute of Technology studying Computer Science. Specifically, my degree focuses on Robotics, Artificial Intelligence, and Hardware - click <a href="https://catalog.gatech.edu/programs/intelligence-devices-computer-science-bs/" class="custom-link">here to see the courses I have taken as part of this degree</a>. My most notable work experience has been as a Data Science/Analytics Co-Op for Delta Air Lines, where I worked on the Safety and Security Data team for 12 months. In addition to that, I also previously owned and operated <a href="https://www.linkedin.com/company/shah-prasanna-technologies" class="custom-link">Shah-Prasanna Technologies</a>, which built a custom data storage solution using Python and AWS for a law firm on a six-month contract. Outside of school and work, I like to organize <a href="https://www.instagram.com/indiaclub_gt/?hl=en" class="custom-link">Indian cultural events and dance competitions</a> and play Nintendo games. I will be graduating from GT in Spring 2025, and excited to see what the next chapter holds for me. Thank you for visiting my website!</h6>
</div>
</div>
</section>
<!-- description text section -->
<!-- hire me section -->
<section id="hireme" class="section hireme">
<div class="container">
<div class="col-md-8 col-md-offset-2 text-center">
<h3>Got an opportunity for me?</h3>
<h6>Or just wanna say hi?</h6>
<a href="contact.html" class="btn btn-large">Contact Me</a> </div>
<script type="text/javascript">
//color_btn();
</script>
</div>
</section>
<!-- hire me section -->
<!-- footer -->
<footer class="section footer">
<div class="footer-bottom">
<div class="container">
<div class="col-md-12">
<ul class="footer-share">
<li><a href="https://github.com/contejas"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.instagram.com/tejasshah_3/?hl=en"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://plus.google.com/113467773294015956554"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/in/tejasshah1950/"><i class="fa fa-linkedin"></i></a> </li>
</ul>
<h6> <br>Created by Tejas Shah <br>Template by DesignStub </h6>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- JS FILES -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/main.js"></script>
</body>
</html>