-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
115 lines (88 loc) · 5.17 KB
/
Copy pathabout.html
File metadata and controls
115 lines (88 loc) · 5.17 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<title>TechSecBD</title>
</head>
<body>
<div class="center">
<navBar>
<ul>
<img class="LogoImage" src="Images/logo.png" alt="TechSecBD logo"a href="https://TechSecBD.com" />
<li><a href="#" ></a></li>
<li><a href="#" ></a></li>
<li><a href="#" ></a></li>
<li><a href="index.html" >Home</a></li>
<li><a href="https://www.techsecbd.com/blog/" >Blog</a></li>
<li><a href="https://www.techsecbd.com/category/daily-news/" >News</a></li>
<li><a href="https://youtube.com/TECHSECBD/" >Review</a></li>
<li><a href="https://store.techsecbd.com/" >Store</a></li>
<li><a href="https://forum.techsecbd.com/" >Fourm</a></li>
<li><a href="#" >Login</a></li>
<li><a href="#" >About</a></li>
<li><a href="#" >Contuct </a></li>
</ul>
</navBar>
<!--
<section>
<main>
<article>
<figure class="BackgroundImageClass">
<img src="Images/Background_Image.jpg" alt="Great Background Image"/>
<figcaption>
<h1 style="font-size: 2cm; font-weight: 900;">TechSecBD</h1>
<h1>Science, Tech & Other Electronics Review….</h1>
</figcaption>
</figure>
<h2 style="font-size: 1.25cm; text-align: center; color: #3C4858;"><b>Trending News</b></h2>
<h3 style="text-align: center; color: #3C4858; font-weight: 400"><b>Get Latest trending news here...</b></h3>
<hr>
</article>
</main>
</section>
-->
<h2 style="font-size: 1.25cm; text-align: center; color: #3C4858;"><b>About <em>TechSecBD</em></b></h2>
<hr>
<section>
<div class="aboutContent">
<p>TechSecBD is an ambitious multimedia effort founded in 2017 to examine how technology will change life in the future for a massive mainstream audience.</p>
<p>Our original editorial insight was that technology had migrated from the far fringes of the culture to the absolute center as mobile technology created a new generation of digital consumers. Now, we live in a dazzling world of screens that has ushered in revolutions in media, transportation, and science. The future is arriving faster than ever.</p>
<p></p>
<h2>Editorial Staff</h2>
<ul>
<li>Editor-in-chief: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
<li>Business Editor: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a><a href="https://www.facebook.com/SaidulBadhon"></a></li>
<li>Games Editor: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
<li>Copy Editor: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
<li>Social Media Managers: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
</ul>
<p></p>
<h2>TechSecBD YouTube Channel</h2>
<ul>
<li>Executive Producer: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
<li>Post Production Specialist: <a href="https://www.facebook.com/SaidulBadhon">Saidul Badhon</a></li>
</ul>
<p></p>
<h2>About TechSecBD<em>, Inc.</em></h2>
<p>TechSecBD’s mission is to empower the most talented web voices and their audiences. In addition to TechSecBD.</p>
<p>If you are a marketer looking for ways to connect your brand with TechSecBD’s influential audiences, please contact us at TechSecBD@gmail.com</p>
<p>Interested in contributing to TechSecBD? Check out our writer’s guidelines.</p>
</div>
</section>
</div>
</body>
<footer>
<h1>TechSecBD</h1>
<div class="footerHyperlinks">
<a href="index.html" >Home</a>
<a href="index.html" >Blog</a>
<a href="index.html" >About</a>
<a href="index.html" >Contact</a>
</div>
<br>
<h4>© 2020 TechSecBD. Ltd.</h3>
</footer>
</html>