-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (127 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/index_style.css">
<title>Iftekharul Alam</title>
</head>
<body style="background-image: url('robot_wallpaper.jpg');">
<div class="first_text">
<div class="profile_picture">
<img src="my_image.jpg">
</div>
<div class="first_text_box">
<h1>Hi I'm Iftekharul Alam</h1>
<p>I'm a tech enthusiast from Dhaka,Bangladesh</p>
<p>I'm a Student of Computer Science and Engineering Department of Indepndent University Bangladesh</p>
<p>I am currently Learning DevOps </p>
<p>I do projects at Fab Lab IUB . Has some hobby in robotics </p>
<p>I'm on <a href="https://github.com/IftekharulAlam">GitHub</a>,
<a href="https://www.facebook.com/iftekharul.alam.395">Facebook</a> and
<a href="https://www.linkedin.com/in/iftekharul-alam-9690a28a/">LinkedIn</a>
</p>
</div>
</div>
<h1>Projects</h1>
<div class="first_text">
<div class="profile_picture">
<img src="images/robotic hand/hand1.png">
</div>
<div class="profile_picture">
<img src="images/robotic hand/hand2.png">
</div>
<div class="first_text_box">
<h1>Robotic Hand</h1>
<p>This is a 3d printed robotic hand which follows hand gestures</p>
</div>
</div>
<div class="first_text">
<div class="profile_picture">
<img src="images/robotic arm/arm1.png">
</div>
<div class="profile_picture">
<img src="images/robotic arm/arm2.jpg">
</div>
<div class="first_text_box">
<h1>Robotic Arm</h1>
<p>This is a 3d printed robotic Arm which can be used in industry</p>
</div>
</div>
<div class="first_text">
<div class="profile_picture">
<img src="images/cansat/cansat2.jpg">
</div>
<div class="first_text_box">
<h1>Cansat</h1>
<p>It is a Can Size Satelite which is a simple demonstration of a Real Satelite</p>
</div>
</div>
<h1>Achievements</h1>
<div class="first_text">
<div class="profile_picture">
<img src="images/fury race buet/fury_race1.jpg">
</div>
<div class="first_text_box">
<h1>FuryRace Buet</h1>
<p>It is a rc car racing event we participated as a team of 4</p>
</div>
</div>
<div class="first_text">
<div class="profile_picture">
<img src="images/cansat/cansat1.jpg">
</div>
<div class="profile_picture">
<img src="images/cansat/cansat2.jpg">
</div>
<div class="profile_picture">
<img src="images/cansat/cansat3.jpg">
</div>
<div class="profile_picture">
<img src="images/cansat/cansat4.jpg">
</div>
<div class="first_text_box">
<h1>National Cansat Competition</h1>
<p>We build a can size satelite using electronics</p>
</div>
</div>
<div class="first_text">
<div class="profile_picture">
<img src="images/ieee day racing/race1.jpg">
</div>
<div class="profile_picture">
<img src="images/ieee day racing/race2.jpg">
</div>
<div class="profile_picture">
<img src="images/ieee day racing/race3.jpg">
</div>
<div class="profile_picture">
<img src="images/ieee day racing/race4.jpg">
</div>
<div class="first_text_box">
<h1>IEEE Day 2018</h1>
<p>It is a rc car racing event we participated as a team of 4</p>
</div>
</div>
<div class="first_text">
<div class="profile_picture">
<img src="images/ruet cse fest 2k22/ruet1.jpg">
</div>
<div class="first_text_box">
<h1>RUET CSE Fest 2K22</h1>
<p>It is a Line Follower Robot event we participated as a team of 4</p>
</div>
</div>
<h1>Training and Certificates</h1>
<div class="first_text">
<div class="profile_picture">
<img src="images/mobile apps training/mobile_apps_ios_training.jpg">
</div>
<div class="first_text_box">
<h1>Mobile Apps and game development Training by ICT Division</h1>
<p>I did training on IOS development using Objective C</p>
</div>
</div>
</body>
</html>