-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (145 loc) · 8.28 KB
/
index.html
File metadata and controls
163 lines (145 loc) · 8.28 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<!--META TAGS-->
<meta name="description" content="Tanmay's Career Portfolio・タンマイのキャリアポートフォリオ">
<meta name="twitter:image" content="photos/Helloname.jpeg">
<meta property="og:image" content="photos/Helloname.jpeg" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tanmay's Portfolio</title>
<!--ALl the necessary imports-->
<link rel="icon" type="image/x-icon" href="photos/Favicon.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abel">
<link href='https://fonts.googleapis.com/css?family=Rubik' rel='stylesheet'>
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/kokoro.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP" rel="stylesheet">
<link rel="stylesheet" href="css_folder/styles.css">
<script defer src="app.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body class="fade-in-text" className="overflow-x-hidden">
<header class="nav-bar">
<div id="navitem"><h3><a href="#top">Top of Page</a></h3></div>
<div id="navitem"><h3><a href="#data-analysis-section" >Data Analysis Projects</a></h3></div>
<div id="navitem"><h3><a href="#uni-research-section">Uni. Research</a></h3></div>
</header>
<!--Alert Message for my new app-->
<div class="alert" style="font-family: 'Rubik', sans-serif;">
<span class="closebtn">×</span>
<a href="figmaapp.html" style="color: white; text-decoration: underline;">Update! Check out the Figma Prototype I made for my University hackathon!</a>
</div>
<!-- Section one for the intro text-->
<section id="section-1" className="overflow-x-hidden">
<div data-aos="fade-down">
<h1 class="intro-sentence">Welcome to my Portfolio!</h1>
</div>
<div class="flexy" className="overflow-x-hidden">
<div class="caret-box"><h1 id="caret-text" class="caret-text" data-aos="fade-right"> Hi I am <span class="auto-type" id="element"></span></h1></div>
<div><img class="profile-pic" data-aos="fade-left" src="photos/Helloname.jpeg" alt="Tanmay's profile Picture" /></div>
</div>
<div class="jp-dsc">
<div data-aos="zoom-out">
<div class="projectbox">
<a id="careerpath" href="careerpath.html">My Career Path<br>学歴+キャリパス</a>
<a id="data-analysis-project" href="#data-analysis-section">Data Analysis Projects<br>データ分析プロジェクト</a>
<a id="uniresearch" href="#uni-research-section">University Research<br>大学院研究</a>
</div>
</div>
<p class="thanks">Thank you for visiting~</p>
<p class="introduction">
ゲーテ大学フランクフルト(ドイツ)大学院に在学しており、東アジア学を専攻しています。日本とグローバルビジネスに興味があり、アジアに関する社会学、文化、ビジネスなどについて学んでいます。
データ分析が好きで東アジア研究に統計学のコンセプトを用いて面白いインサイトを作るのが好みです〜
</p>
<h2 class="eng-dsc" data-aos="fade-right">Hi my name is Tanmay. I currently live in frankfurt and I study East Asian Studies in Frankfurt! I have lived in Japan before, for around for 2 years, and I love anything related to Japan and Japanese Culture and technology!</h2>
</div>
</section>
<!-- Second Section of Data analysis PROJECTS -->
<section id="data-analysis-section">
<div class="html-project" data-aos="fade-up" data-aos-delay="50">
<p class="data_analysis_project_title">Data Analysis Projects
<br>
データ分析プロジェクト</p>
<img class="img_section" src="photos/data_analysis.png" alt="data_analysis_photo" >
</div>
<div class="data-a-box uni-research">
<div>
<a class="data-a-button" href="sentiment_analysis.html">Twitter Sentiment Analysis</a>
<p class="data-a-box-1">Check out my Machine Learning Project on Sentiment analysis of hundreds of tweets using Python
<br>
Pythonを使った発言センチメント分析をみまましょう!
</p>
</div>
<div>
<a class="data-a-button" href="wordcloud.html">WordCloud</a>
<p class="data-a-box-2">Project of scraping data off the internet and making a visual wordcloud
<br>
インターネットから情報をPythonでまとめて作ったワードクラウドプロジェクト
</p>
</div>
<div>
<a class="data-a-button" href="priceprediction.html">House Price Prediction Model</a>
<p class="data-a-box-3">Data Analysis and machine learnig project of predicting housing prices in the city of Mumbai and Delhi
<br>
Pythonでのライブラリを使って行った線形回帰分析と機械学習プロジェクト
</p>
</div>
</div>
</section>
<!-- Third Section of Uni. Research PROJECTS -->
<section id="uni-research-section">
<div class="html-project" data-aos="fade-up" data-aos-delay="50">
<p class="data_analysis_project_title">University Term papers and research</p>
<img class="img_section" src="photos/isogashi.png" alt="WIP-bunny" >
</div>
<div class="data-a-box uni-research">
<div>
<a class="data-a-button" href="sea_internet.html">South-East Asia and internet</a>
<p class="data-a-box-1">
The term paper looks into the correlation of Economic Development and Spread of Internet
and SNS in South-East Asia
</p>
</div>
<div>
<a class="data-a-button" href="industry_4.0.html">Industry 4.0 in SEA</a>
<p class="data-a-box-2">
Senitment Analysis on perception of 'Industry 4.0' on Malaysian social media using BERT based sentiment-analysis Model
</p>
</div>
<div>
<a class="data-a-button" href="japan_covid19.html">Japan and COVID-19 Policies</a>
<p class="data-a-box-3">
Paper on Japan's border policies during the COVID-19 lockdown and the discourse on their effectiveness
</p>
</div>
</div>
</section>
<!-- Link to the website repository-->
<a data-aos="zoom-out" id="htmllink" href="https://github.com/happygoluckycodeeditor/happygoluckycodeeditor.github.io">Website Source Code!</a>
<!-- Footer of the page-->
<footer class="foot">
<img src="photos/logo2.png" class="logo2">
<p>©Tanmay Bagwe</p>
<p>Thank you for visiting</p>
<p>Any Questions? Contact me <a href="mailto:tanmay.bagwe.tb@gmail.com">here!</a></p>
</footer>
<!-- Adding AOS Script (Global settings)-->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
once: true,
});
</script>
<!--Adding Caret Animation-->
<script src="https://unpkg.com/typed.js@2.0.132/dist/typed.umd.js"></script>
<script>
var typed = new Typed(".auto-type", {
strings: ["Tanmay", "タンマイ"],
typeSpeed: 150,
backSpeed: 150,
loop: true
})
</script>
</body>
</html>