-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (78 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Ayan Raj
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ayan Raj">
<link rel="canonical" href="https://ayanraj.github.io/">
<!-- Custom CSS -->
<link rel="stylesheet" href="main.css">
</head>
<body>
<header class="site-header">
<div class="wrap">
<a class="site-title" href="/">Home</a>
</div>
</header>
<div class="page-content">
<div class="wrap">
<div class="post">
<header class="post-header">
<center>
<img style="width: 15em; height: 15em; border-radius: 50%;" src=ayanraj_offic_pic.jpeg >
</center>
</header>
<article class="post-content">
<p style="text-align: center; font-size: 3em">
Ayan Raj
</p>
<p style="text-align: center; color: green; font-size: 1.3em">
Google Assistant and Amazon Alexa Skill Developer
</p>
<p>I am currently pursuing Bachelor of Technology at Department of Computer Science, Institute of Engineering and Management, Kolkata.
I am familiar with C/C++ and Python. Currently, I'm working on machine learning projects.
<p>Apart from programming languages, I have developed some skills such as :</p>
<ul>
<li><a href="amazon_alexa.html">Amazon Alexa Skills</a></li>
<li><a href="google_actions.html">Actions on Google</a></li>
</ul>
<p>I also to write technical contents -</p>
<ul>
<li><a href="https://auth.geeksforgeeks.org/user/ayanraj/articles">Published articles on GeeksforGeeks</a></li>
<li><a href="https://www.linkedin.com/pulse/do-you-want-know-difference-between-scripting-markup-programming-raj/">Published articles on LinkedIn</a></li>
<li><a href="https://medium.com/@ayanujju351/my-gssoc-experience-in-few-sentences-fcf80e723746">Published articles on Medium</a></li>
<li><a href="https://www.quora.com/profile/Ayan-Raj-8/answers">Published answers on Quora</a></li>
</ul>
</article>
</div>
</div>
</div>
<footer class="site-footer">
<p style="text-align:center">
© 2019 Ayan Raj <br><br>
<a href="https://github.com/ayanujju" target="_blank">
<img src="github.png" height="42" width="42"/>
</a>
<a href="https://www.facebook.com/ayanujju" target="_blank">
<img src="fb.png" height="42" width="42"/>
</a>
<a href="https://www.instagram.com/rockayan06/" target="_blank">
<img src="instagram.png" height="42" width="42"/>
</a>
<a href="https://www.linkedin.com/in/ayan-raj/" target="_blank">
<img src="ln.png" height="42" width="42"/>
</a>
<a href="https://twitter.com/ayandilse4u" target="_blank">
<img src="twitter.png" height="42" width="42"/>
</a>
<a href="https://drive.google.com/open?id=1Xq-N9VknOFrWYoylzP9yQL1ZJZzPUNcA" target="_blank">
<img src="resume.png" height="42" width="42"/>
</a>
</p>
</footer>
</body>
</html>