Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita798625

Browse files
committed
Result Update
1 parent0c17ac5 commita798625

17 files changed

+1944
-20
lines changed

‎school-lists/Aliya-Madrasa.html‎

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="UTF-8"/>
5+
<metahttp-equiv="X-UA-Compatible"content="IE=edge"/>
6+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7+
<title>Robotics Course</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
11+
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
12+
crossorigin="anonymous"
13+
/>
14+
<linkrel="stylesheet"href="../styles/style.css"/>
15+
<link
16+
rel="shortcut icon"
17+
href="../assets/images/Diversity-Avatars-Avatars-Robot-03.ico"
18+
type="image/x-icon"
19+
/>
20+
</head>
21+
22+
<body>
23+
<navclass="nav"id="nav">
24+
<divclass="container-fluid container-sm">
25+
<divclass="row d-flex flex-column flex-sm-row align-items-center justify-content-center justify-content-sm-between">
26+
<divclass="logo col col-sm-2">
27+
<ahref="index.html">
28+
<imgsrc="../assets/images/logo.jpg"class="logo"/>
29+
</a>
30+
</div>
31+
32+
<divclass="col col-sm-10">
33+
<ulclass="nav-bar"id="navbar">
34+
<liclass="nav-bar__item">
35+
<ahref="../index.html"class="nav-bar__item--link"> হোম</a>
36+
</li>
37+
<liclass="nav-bar__item">
38+
<ahref="./../organizers.html"class="nav-bar__item--link">
39+
আয়োজক
40+
</a>
41+
</li>
42+
<liclass="nav-bar__item">
43+
<a
44+
href="./../start-course/index.html"
45+
class="nav-bar__item--link"
46+
>
47+
স্টার্ট কোর্স
48+
</a>
49+
</li>
50+
<liclass="nav-bar__item">
51+
<a
52+
href="./../school-lists/index.html"
53+
class="nav-bar__item--link active"
54+
>
55+
স্কুল সমুহ
56+
</a>
57+
</li>
58+
</ul>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
64+
65+
<!-- ////////////////////////////////////// -->
66+
67+
<mainclass="my-5 school-lists">
68+
<divclass="container">
69+
<h3class="heading-tertiary mb-5 text-center">
70+
Aliya Madrasa Result
71+
</h3>
72+
73+
<iframeclass="google-sheet"src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRicTq1uaJhfJnEfE1pFRVpPJ8kg4GPRhFeulnybCfPrj9B21UbLZcatTCE1bGE9Q/pubhtml?gid=1088841594&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
74+
</div>
75+
</main>
76+
77+
<!-- ////////////////////////////////////// -->
78+
79+
80+
81+
82+
<!-- footeer section start -->
83+
<footerclass="footer">
84+
<divclass="container">
85+
<divclass="row">
86+
<divclass="col">
87+
<h4class="h2">যোগাযোগঃ</h4>
88+
<p>মোবাইলঃ +8801777401908(সঞ্জিত)</p>
89+
<p>মোবাইলঃ +8801874280811(জুয়েল)</p>
90+
<p>ইমেইলঃ devjewel01@stud.cou.ac.bd</p>
91+
<ahref="https://www.facebook.com/groups/1118663255337090"class="text-danger h3">Facebook Group &nearr;</a>
92+
<br>
93+
<ahref="https://t.me/+NsQhhLHwDE1lYTU1"class="text-danger h3">Telegram Channel &nearr;</a>
94+
<br>
95+
<ahref="start-course/index.html"class="text-danger h2">কোর্সসমূহ &nearr;</a>
96+
97+
</div>
98+
<divclass="col h2">
99+
শিখবো মোরা বিশ্ব জয়ের তরে
100+
</div>
101+
</div>
102+
<divclass="row text-center mt-5">
103+
<divclass="col">
104+
<pclass="pargraph-1">
105+
Copyright &copy;
106+
<ahref="https://github.com/devjewel01/Robotics-and-Programming-Course">ICT department</a>, Comilla
107+
University,2021
108+
</p>
109+
</div>
110+
</div>
111+
</div>
112+
</footer>
113+
<!-- footer section end -->
114+
115+
<scriptsrc="./../scripts/app.js"></script>
116+
117+
<script
118+
src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
119+
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
120+
crossorigin="anonymous"
121+
></script>
122+
<script
123+
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
124+
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
125+
crossorigin="anonymous"
126+
></script>
127+
</body>
128+
</html>

‎school-lists/Answer-Ali.html‎

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="UTF-8"/>
5+
<metahttp-equiv="X-UA-Compatible"content="IE=edge"/>
6+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7+
<title>Robotics Course</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
11+
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
12+
crossorigin="anonymous"
13+
/>
14+
<linkrel="stylesheet"href="../styles/style.css"/>
15+
<link
16+
rel="shortcut icon"
17+
href="../assets/images/Diversity-Avatars-Avatars-Robot-03.ico"
18+
type="image/x-icon"
19+
/>
20+
</head>
21+
22+
<body>
23+
<navclass="nav"id="nav">
24+
<divclass="container-fluid container-sm">
25+
<divclass="row d-flex flex-column flex-sm-row align-items-center justify-content-center justify-content-sm-between">
26+
<divclass="logo col col-sm-2">
27+
<ahref="index.html">
28+
<imgsrc="../assets/images/logo.jpg"class="logo"/>
29+
</a>
30+
</div>
31+
32+
<divclass="col col-sm-10">
33+
<ulclass="nav-bar"id="navbar">
34+
<liclass="nav-bar__item">
35+
<ahref="../index.html"class="nav-bar__item--link"> হোম</a>
36+
</li>
37+
<liclass="nav-bar__item">
38+
<ahref="./../organizers.html"class="nav-bar__item--link">
39+
আয়োজক
40+
</a>
41+
</li>
42+
<liclass="nav-bar__item">
43+
<a
44+
href="./../start-course/index.html"
45+
class="nav-bar__item--link"
46+
>
47+
স্টার্ট কোর্স
48+
</a>
49+
</li>
50+
<liclass="nav-bar__item">
51+
<a
52+
href="./../school-lists/index.html"
53+
class="nav-bar__item--link active"
54+
>
55+
স্কুল সমুহ
56+
</a>
57+
</li>
58+
</ul>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
64+
65+
<!-- ////////////////////////////////////// -->
66+
67+
<mainclass="my-5 school-lists">
68+
<divclass="container">
69+
<h3class="heading-tertiary mb-5 text-center">
70+
Answer Ali ..
71+
</h3>
72+
73+
<iframeclass="google-sheet"src="https://docs.google.com/spreadsheets/d/e/2PACX-1vSryy1IFwqw-O1sw1Um5vasmO7FIEyir-cEEEuAP6aNdjaBJ1Lbr0u1OkaKWtbKMA/pubhtml?gid=457383076&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
74+
75+
</div>
76+
</main>
77+
78+
<!-- ////////////////////////////////////// -->
79+
80+
81+
82+
83+
<!-- footeer section start -->
84+
<footerclass="footer">
85+
<divclass="container">
86+
<divclass="row">
87+
<divclass="col">
88+
<h4class="h2">যোগাযোগঃ</h4>
89+
<p>মোবাইলঃ +8801777401908(সঞ্জিত)</p>
90+
<p>মোবাইলঃ +8801874280811(জুয়েল)</p>
91+
<p>ইমেইলঃ devjewel01@stud.cou.ac.bd</p>
92+
<ahref="https://www.facebook.com/groups/1118663255337090"class="text-danger h3">Facebook Group &nearr;</a>
93+
<br>
94+
<ahref="https://t.me/+NsQhhLHwDE1lYTU1"class="text-danger h3">Telegram Channel &nearr;</a>
95+
<br>
96+
<ahref="start-course/index.html"class="text-danger h2">কোর্সসমূহ &nearr;</a>
97+
98+
</div>
99+
<divclass="col h2">
100+
শিখবো মোরা বিশ্ব জয়ের তরে
101+
</div>
102+
</div>
103+
<divclass="row text-center mt-5">
104+
<divclass="col">
105+
<pclass="pargraph-1">
106+
Copyright &copy;
107+
<ahref="https://github.com/devjewel01/Robotics-and-Programming-Course">ICT department</a>, Comilla
108+
University,2021
109+
</p>
110+
</div>
111+
</div>
112+
</div>
113+
</footer>
114+
<!-- footer section end -->
115+
116+
<scriptsrc="./../scripts/app.js"></script>
117+
118+
<script
119+
src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
120+
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
121+
crossorigin="anonymous"
122+
></script>
123+
<script
124+
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
125+
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
126+
crossorigin="anonymous"
127+
></script>
128+
</body>
129+
</html>
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<!DOCTYPE html>
2+
<htmllang="en">
3+
<head>
4+
<metacharset="UTF-8"/>
5+
<metahttp-equiv="X-UA-Compatible"content="IE=edge"/>
6+
<metaname="viewport"content="width=device-width, initial-scale=1.0"/>
7+
<title>Robotics Course</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css"
11+
integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn"
12+
crossorigin="anonymous"
13+
/>
14+
<linkrel="stylesheet"href="../styles/style.css"/>
15+
<link
16+
rel="shortcut icon"
17+
href="../assets/images/Diversity-Avatars-Avatars-Robot-03.ico"
18+
type="image/x-icon"
19+
/>
20+
</head>
21+
22+
<body>
23+
<navclass="nav"id="nav">
24+
<divclass="container-fluid container-sm">
25+
<divclass="row d-flex flex-column flex-sm-row align-items-center justify-content-center justify-content-sm-between">
26+
<divclass="logo col col-sm-2">
27+
<ahref="index.html">
28+
<imgsrc="../assets/images/logo.jpg"class="logo"/>
29+
</a>
30+
</div>
31+
32+
<divclass="col col-sm-10">
33+
<ulclass="nav-bar"id="navbar">
34+
<liclass="nav-bar__item">
35+
<ahref="../index.html"class="nav-bar__item--link"> হোম</a>
36+
</li>
37+
<liclass="nav-bar__item">
38+
<ahref="./../organizers.html"class="nav-bar__item--link">
39+
আয়োজক
40+
</a>
41+
</li>
42+
<liclass="nav-bar__item">
43+
<a
44+
href="./../start-course/index.html"
45+
class="nav-bar__item--link"
46+
>
47+
স্টার্ট কোর্স
48+
</a>
49+
</li>
50+
<liclass="nav-bar__item">
51+
<a
52+
href="./../school-lists/index.html"
53+
class="nav-bar__item--link active"
54+
>
55+
স্কুল সমুহ
56+
</a>
57+
</li>
58+
</ul>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
64+
65+
<!-- ////////////////////////////////////// -->
66+
67+
<mainclass="my-5 school-lists">
68+
<divclass="container">
69+
<h3class="heading-tertiary mb-5 text-center">
70+
Collectorate Shool Result....
71+
</h3>
72+
73+
<iframeclass="google-sheet"src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRsnupq17rGZDYDy5gXb25nIaZtbMyhgjE8gavj0fIsUr1w3Bg1lEk-h6XSNpwu8w/pubhtml?gid=1925959248&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
74+
75+
</div>
76+
</main>
77+
78+
<!-- ////////////////////////////////////// -->
79+
80+
81+
82+
83+
<!-- footeer section start -->
84+
<footerclass="footer">
85+
<divclass="container">
86+
<divclass="row">
87+
<divclass="col">
88+
<h4class="h2">যোগাযোগঃ</h4>
89+
<p>মোবাইলঃ +8801777401908(সঞ্জিত)</p>
90+
<p>মোবাইলঃ +8801874280811(জুয়েল)</p>
91+
<p>ইমেইলঃ devjewel01@stud.cou.ac.bd</p>
92+
<ahref="https://www.facebook.com/groups/1118663255337090"class="text-danger h3">Facebook Group &nearr;</a>
93+
<br>
94+
<ahref="https://t.me/+NsQhhLHwDE1lYTU1"class="text-danger h3">Telegram Channel &nearr;</a>
95+
<br>
96+
<ahref="start-course/index.html"class="text-danger h2">কোর্সসমূহ &nearr;</a>
97+
98+
</div>
99+
<divclass="col h2">
100+
শিখবো মোরা বিশ্ব জয়ের তরে
101+
</div>
102+
</div>
103+
<divclass="row text-center mt-5">
104+
<divclass="col">
105+
<pclass="pargraph-1">
106+
Copyright &copy;
107+
<ahref="https://github.com/devjewel01/Robotics-and-Programming-Course">ICT department</a>, Comilla
108+
University,2021
109+
</p>
110+
</div>
111+
</div>
112+
</div>
113+
</footer>
114+
<!-- footer section end -->
115+
116+
<scriptsrc="./../scripts/app.js"></script>
117+
118+
<script
119+
src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
120+
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
121+
crossorigin="anonymous"
122+
></script>
123+
<script
124+
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"
125+
integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF"
126+
crossorigin="anonymous"
127+
></script>
128+
</body>
129+
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp