-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (148 loc) · 6.19 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE HTML>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ethereal by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">Akif Rafique<br />
</h1>
<p>My name is Akif Rafique and I am Junior Computer Science major at North Carolina State
University.
My passion is to one day work in Artifical Intelligence industry to help improve people's lives.
During summer of 2019, I interned at Fidelity Investments as a Cloud software engineering intern
and i will be returing in 2020 to there Cloud Team once again. Currently, I am an officer for
"<a href="https://techatncsu.github.io">Tech @ NC State</a>", where we are working to help
launch other students career in world of software engineering,
through resume workshops, etc. Also, we are working with a non-profit organization called feed
the pack to help launch their
website.
</p>
<ul class="actions">
<li><a href="#first" class="button primary color1 circle icon solid fa-angle-right">Next</a>
</li>
</ul>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/pic01.jpg" alt="" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="content span-7">
<h2 class="major">Education</h2>
<header> North Carolina State University (Graduation Date: May 2021) : </header>
<p>
Bachelor of Science in Computer Science
</p>
<header> Relevant Coursework:</header>
<p>
Software Engineering, Computer Security, Operating Systems, Assembly, Automata, C and Software
Tools, Data Structures and Algorithms, Programming Concepts – Java, Discrete Math,
C++ Programming, Java Programming,
</p>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/pic01.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color1">
<div class="intro joined">
<h2 class="major">Work</h2>
<header> Software Engineer Intern at Fidelity Investments </header>
<p>
• Worked as a cloud computing intern to develop a cloud application that provides an extensible
repository to generate quick-state projects using python and flask.
<br>
• Automated deployments and execution of mutiple concourse pipelines with Python.
<br>
• Created and updated Docker Images.
</p>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel color4">
<div class="intro joined">
<h2 class="major">Skills</h2>
<p>Java, Java/spring, C++, C, Python, Python/Flask, REST API, Terminal, Docker, GIT, Github, Bash, HTML,
Angular JS, cucumber, Spring, Hibernate, Junit, MySql, Maven
Certified Microsoft Office Specialist in Excel and Access
</p>
</div>
<div class="inner">
<ul class="grid-icons three connected">
<li><span class="icon fa-gem"><span class="label">Lorem</span></span></li>
<li><span class="icon solid fa-camera-retro"><span class="label">Ipsum</span></span></li>
<li><span class="icon solid fa-cog"><span class="label">Dolor</span></span></li>
<li><span class="icon solid fa-paper-plane"><span class="label">Sit</span></span></li>
<li><span class="icon solid fa-chart-bar"><span class="label">Amet</span></span></li>
<li><span class="icon solid fa-code"><span class="label">Nullam</span></span></li>
</ul>
</div>
</section>
<!-- Panel -->
<section class="panel">
<div class="intro color2">
<h2 class="major">Projects</h2>
<header> Pack Scheduler : </header>
<p>
Course registration program that build users, staff, courses, courses are assigned to staff, user
a signup for a course of there choice with staff of there choice, or get waitlist if class is full.
<br>
Object-orientated program concepts used: inheritance, polymorphism, inheritance, encapsulation,
and code testing.
<br>
Program is similar to NCSU's course registration system which allows students to sign up for
different courses.
</p>
</div>
<div class="intro color2">
<header> Incident Manager :</header>
<p>
Built the program using java that utilizes Finite State Machine to keep track of each incident
inquiry. Program allows users to make new incident and change the state of incidents as changes are
made to an incident inquiry.<br><br>
Object-Orientated Design concepts used: Inheritance, Polymorphism, code testing, FSM.
</p>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Contact</h2>
<p>
Phone Number: 919-561-7507 <br>
Email: "<a href="mailto:[email protected]">[email protected]</a>"
</p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/akif-rafique-511b22139/" class="icon brands fa-linkedin"><span class="label">Twitter</span></a></li>
<li><a href="mailto:[email protected]" class="fa fa-envelope"><span class="label"></span></a></li>
</ul>
</section>
<!-- Panel -->
<!-- Copyright -->
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>