-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (86 loc) · 4.1 KB
/
index.html
File metadata and controls
92 lines (86 loc) · 4.1 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Qin Qin</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat:wght@500&family=Oswald:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="cloud1" src="images/cloud.png" width="210" height="210" alt="cloud-img">
<h1>I'm Qin Qin</h1>
<h2>A Software Engineer</h2>
<img class="cloud2" src="images/cloud.png" width="210" height="210" alt="cloud-img">
<!-- <img class="mountain" src="images/mycat.jpg" alt="mycat-pic"> -->
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/QQ photo.png" alt="Profile-pic">
<h2>Hello.</h2>
<p class="intro">A 👩💻 <span class="data">computer science graduate</span> student of UIUC </p>
<p class="intro">A <span class="data">data scientist</span> with 5 years of programming experience.</p>
<p class="intro">A goal achiever with high <span class="data">work ethics</span> and <span class="data">professional behaviors</span>.</p>
<p class="intro">A quick learner and 🥰 passionate about transitioning to a software engineering career path.</p>
<p class="intro">I love movies 🎥 and reading 📖.</p>
</div>
<hr>
<div class="skills">
<h2>Technical Skills.</h2>
<div class="skill-row">
<img class="skill-pic" src="images/skill.png" alt="skill-pic">
<h3>Languages</h3>
<p>Python, Java, JavaScript, C++, HTML/CSS, Haskell, SQL, R </p>
<h3>Frameworks</h3>
<p>Flask, Django, Node.js, React.js, Angular.js, jQuery, Spring, Express, Bootstrap</p>
</div>
<div class="skill-row">
<img class="skill-pic2" src="images/giphy.gif" alt="icon-pic">
<h3>Databases</h3>
<p>MongoDB, PostgreSQL, DynamoDB, MySQL, SQLite, SQLServer, SAS</p>
<h3>Tools</h3>
<p>AWS, Git, Heroku, Docker, Postman, Selenium, Agile Methodology</p>
<h3>Libraries</h3>
<p>Pytest, Unittest, Numpy, Scipy, Pandas, Matplotlib, Scikit-learn, Tensorflow, Seaborn, Boto3, PySpark</p>
</div>
</div>
<hr>
<div class="projects">
<h2>Projects.</h2>
<div class="projects-row">
<img class="project-pic" src="images/project.png" alt="quotes">
<h3>Web Application – Quotes & Efficiency</h3>
<p>Developed a scalable network application using HTML/CSS, JavaScript, jQuery, Node.js, Experss.js,
and Embedded JavaScript templating (EJS) to create dynamic To-Do-List web pages. </p>
</div>
<div class="projects-row">
<img class="project-pic2" src="images/chatbot.jpeg" alt="chatbot">
<h3>ChatBot for Airline Ticket Prices Query</h3>
<p>Using AWS Lambda, DynamoDB, and Lex to create a chatbot which can query the air ticket prices.
Deploy the Lexbot using AWS Cognito Identity Pool. </p>
</div>
<div class="projects-row">
<img class="project-pic3" src="images/spark_and_hadoop.jpeg" alt="hadoop">
<h3>Wikipedia popular links using Hadoop MapReduce and Spark MapReduce</h3>
<p> Develop an application to find the most popular pages/most used words in titles/orphan pages on Wikipedia
using Hadoop MapReduce and Spark MapReduce. </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you need a software engineer like me.</h3>
<p>quick learner, pasionate, professional, fun to work with.</p>
<a class="btn" href="mailto:qinq2@illinois.edu">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/qin2sde/">LinkedIn</a>
<a class="footer-link" href="https://github.com/qqin99">Github</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© 2021 QIN QIN @ NYC.</p>
</div>
</body>
</html>