-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (121 loc) · 5.3 KB
/
index.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title >Portfolio</title>
<link rel="icon" href="pic.jpg">
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style= "background-color:antiquewhite;">
<div class="page">
<div class="navbar">
<a href="portfolio.html"><img src="pic.jpg" alt="logo"></a>
<h1>VEDANT</h1>
<ul>
<li><a href="portfolio.html">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="text" >
<p>Hello, I'm Vedant, a Full-Stack Data Scientist specializing in AI, analytics, and software development. With a background in Electronics and Computer Science from KIIT University, I've interned at HighRadius and Samsung, contributing to ML projects such as an invoice payment date estimator and a voice enablement framework. Currently, at MathCo, I focus on pioneering AI/ML solutions.. Have contributed significantly towards demand forecasting at scale, facilitating works around LLM, along with specializing on serverless framework. I'm passionate about pushing the boundaries of technology and welcome collaboration. Outside of work, I indulge myself in arts and sports.
</p>
</div>
<div class="pic"> <img src="pic.jpg" alt="Vedant's Pic"></div>
</div>
<br>
<br>
<div class="skills" id="skills">
<h1>SKILLS</h1>
<br>
<br>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Java Script</li>
<li>Front-end Web Developer</li>
<li>C Programming</li>
<li>C++</li>
<li>Java</li>
<li>Python</li>
<li>Machine Learning</li>
</ul>
<br>
</div>
<br>
<br>
<div class="projects" id="projects">
<h1>PROJECTS</h1>
<br>
<p>
<h2> Data Science Portfolio </h2>
<h3> Machine learning </h3>
Fraud Detection
<be>
<p> Fraud detection is a set of processes and analyses that allow businesses to identify and prevent unauthorised financial activity. This may include fraudulent credit card transactions, identity theft, cyber hacking, insurance scams and more.
</p>
</p>
</div>
<br>
<br>
<div class="contact" id="contact">
<h1>CONTACT ME</h1>
<br>
<div class="form">
<form action="get">
<label for="name">Name:</label> <br>
<input type="text" name="name" id="" required><br><br>
<label for="number">Ph. Number:</label> <br>
<input type="tel" name="number" id="" required><br><br>
<label for="email">E-Mail:</label> <br>
<input type="email" name="email" id=""><br><br>
<label for="message">Message:</label><br>
<textarea name="message" id="message" cols="30" rows="10"></textarea><br><br>
<input type="button" value="Send" ><br>
</form>
</div>
<div class="details">
</div>
</div>
<br>
<br><br>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ut cumque nihil eligendi dolor maiores blanditiis facilis,
ipsam dicta repellat nam ab similique fuga aspernatur quia?
Error cupiditate corporis inventore saepe!
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ut cumque nihil eligendi dolor maiores blanditiis facilis,
ipsam dicta repellat nam ab similique fuga aspernatur quia?
Error cupiditate corporis inventore saepe!
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ut cumque nihil eligendi dolor maiores blanditiis facilis,
ipsam dicta repellat nam ab similique fuga aspernatur quia?
Error cupiditate corporis inventore saepe!
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ut cumque nihil eligendi dolor maiores blanditiis facilis,
ipsam dicta repellat nam ab similique fuga aspernatur quia?
Error cupiditate corporis inventore saepe!
</p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Ut cumque nihil eligendi dolor maiores blanditiis facilis,
ipsam dicta repellat nam ab similique fuga aspernatur quia?
Error cupiditate corporis inventore saepe!
</p>
<br><br><br><br><br>
<br>
<footer>
<a href="https://github.com/Vedant950" target="blank"><i class="fa fa-github"></i></a>
<a href="https://linkedin.com/in/vedant-tibrewal" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin"></i></a>
<a href="mailto:1830208@kiit.ac.in"><i class="fa fa-envelope"></i></a>
<br>
Copyright © 2020. All rights reserved. Made by VEDANT
</footer>
</body>
</html>