-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·216 lines (200 loc) · 8.82 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!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">
<!-- bootstrap css -->
<link rel="stylesheet" href="bootstrap-5.0.2-dist/css/bootstrap.min.css" crossorigin="anonymous">
<!-- star background css -->
<link rel="stylesheet" href="/style/star_back.css">
<!-- my css -->
<link rel="stylesheet" href="style/sindex.css">
<!-- linking google font "Akaya Telivigala" -->
<!-- use style="font-family: 'Akaya Telivigala', cursive;" in a tag to apply this font in it -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Akaya+Telivigala&display=swap" rel="stylesheet">
<title>i Mursalatul !</title>
</head>
<!-- all the text element in body tag will get this Akaya Telivigala font. if anyone dont get this font, manually insert this style inside that. -->
<body style="font-family: 'Akaya Telivigala', cursive;">
<!-- we will add this start to end code at the position from where we cant get stars -->
<!-- in the long page this problem will come. but at the small page it is ok -->
<!-- start background effect -->
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
<!-- end -->
<!-- navbar for logo and contact button -->
<nav class="navbar navbar-light ">
<div class="container-fluid">
<!-- logo -->
<a class="navbar-brand" href="https://mursalatul.github.io/">
<img src="/pictures/pics for customize index/logo1.png" alt="Mursalatul">
</a>
<div>
<!-- blog button -->
<a href="/html/blog/blog.html"><button type="button" class="btn btn-primary"> Blogs </button></a>
<!-- contact button -->
<a href="#contact"><button type="button" class="btn btn-primary">Contact</button></a>
</div>
</div>
</nav>
<!-- cover(welcome text + cover pic) -->
<div class="container mb-4" id="container1">
<div class="row" id="index_cover">
<div class="col-md-6 text-center my-auto">
<h1><b>Welcome To My Website<br>I am,<br> Mursalatul Islam Pallob</b></h1>
<hr>
</div>
<!-- cover picture -->
<div class="col-md-6">
<img src="/pictures/pics for customize index/cover1.jpg" class="img-fluid rounded-pill" id="cover_image"
alt="Image Failed To Load">
</div>
</div>
</div>
<!-- about -->
<div class="container mb-4">
<div class="row text-center">
<h2><b>About</b></h2>
</div>
<div id="id_about" style="font-family: 'Akaya Telivigala', cursive;">
<p>I am a student of Dhaka International University. I am in CSE department. I love programming. I know
programming languages like,</p>
<ul style="color: rgb(92, 236, 148);">
<li>C</li>
<li>C++</li>
<li>Java</li>
<li>Python</li>
<li>Javascript</li>
</ul>
<p>Besides that, I am working in the web development sector also. I know,</p>
<ul style="color: rgb(92, 236, 148);">
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
</ul>
<p>My dream is to create my own IT company.</p>
</div>
</div>
<!-- project sector for show all projects -->
<div class="container mb-5">
<div class="row text-center">
<h2><b>All Projects</b></h2>
</div>
<!-- each row will contail 3 project card -->
<div class="row" id="all_projects_list_1_id"></div>
<!-- by defauld row 2 will be hidden which will contain all the extra projects -->
<div class="row" id="all_projects_list_2_id" style="display:none;"></div>
<div class="text-center"><button class="btn btn-primary" id="show_all_project_button_id">Show All Projects</button></div>
</div>
<!-- -->
<!-- -->
<!-- -->
<!-- contact -->
<div class="container" id="contact">
<table class="table d-flex justify-content-center">
<tr>
<td>
<!-- direct message icon-->
<abbr title="Direct message">
<a href="#direct_message_name" id='direct_message'>
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-chat-dots" viewBox="0 0 16 16">
<path
d="M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" />
<path
d="m2.165 15.803.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z" />
</svg>
</a>
</abbr>
</td>
<td>
<!-- facebook icon-->
<abbr title="Facebook">
<a href="https://www.facebook.com/mursalatul.pallob/">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-facebook" viewBox="0 0 16 16" id="id_contact_facebook">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
</a>
</abbr>
</td>
<td>
<!-- email icon -->
<abbr title="Gmail">
<a href="mailto:mursalatulislmapallob@gmail.com">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-envelope-open-fill" viewBox="0 0 16 16">
<path
d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z" />
</svg>
</a>
</abbr>
</td>
<td>
<!-- github icon-->
<abbr title="Github">
<a href="https://github.com/mursalatul/">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor"
class="bi bi-github" viewBox="0 0 16 16" id="id_contact_github">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg>
</a>
</abbr>
</td>
</tr>
</table>
</div>
<!-- -->
<!-- -->
<!-- -->
<!-- direct message input section -->
<div class="container" id="direct_message2">
<div class="row mb-2">
<!-- using column to show name field and email field in same line in md, lg and xl screen -->
<div class="col-md-6 col-lg-6 col-xl-6 col-sm-12 mb-1">
<!-- name -->
<div class="input-group ">
<span class="input-group-text" id="basic-addon1">Your Name</span>
<input type="text" class="form-control" placeholder="example: Albart Einsteins" aria-label="Username"
aria-describedby="basic-addon1" id="direct_message_name">
</div>
</div>
<div class="col-md-6 col-lg-6 col-xl-6 col-sm-12">
<!-- email address -->
<div class="input-group">
<span class="input-group-text" id="basic-addon1">Email Address</span>
<input type="text" class="form-control" placeholder="example: potato@email.com" aria-label="Username"
aria-describedby="basic-addon1" id="direct_message_email">
</div>
</div>
</div>
<!-- Question / Suggestion -->
<div class="form-floating mb-1">
<!-- <textarea class="form-control" placeholder="Your Questions or suggestions" id="floatingTextarea2" style="height: 200px"></textarea> -->
<label for="direct_message_text""></label>
<textarea name="" style="height: 200px; width: 100%;"
placeholder="Question / Suggestion" id="direct_message_text"></textarea>
</div>
<!-- submit button -->
<div class="d-grid gap-2 mb-5">
<button class="btn btn-primary rounded-pill" type="button" id="direct_message_button">Submit</button>
</div>
</div>
<!-- -->
<!-- -->
<!-- -->
<!-- bootstrap js -->
<script src="bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js"></script>
<!-- my js-->
<script src="/script/create_project_card.js"></script>
<script src="/script/import_project_from_github.js"></script>
<script src="/script/manage_card.js"></script>
<script src="/script/index_script2.js"></script>
</body>
</html>