-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
125 lines (102 loc) · 6.43 KB
/
about.html
File metadata and controls
125 lines (102 loc) · 6.43 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
116
117
118
119
120
121
122
123
124
125
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>ProCoder-Heaven for programmer</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">ProCoder</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/ProCoderbootstrap">Home</a>
</li>
<li class="nav-itemearn Programming Codes and Tutorials for C Programming, Data Structures, Java, How - To Tutorials for Beginners with Detailed Description and Algorithm Analysis.">
<a class="nav-link active" href="/ProCoderbootstrap/about.html">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Topics
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://www.w3schools.com/cpp/cpp_exercises.asp" target="_blank">C++ Resources</a></li>
<li><a class="dropdown-item" href="https://www.codesdope.com/practice/practice_java/" target="_blank">Java Resources</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Support</a></li>
<li><a class="dropdown-item" href="#">Write for Us</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/ProCoderbootstrap/contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div class="container my-4">
<div class="row featurette d-flex justify-content-center align-items-center">
<div class="col-md-7 ">
<h2 class="featurette-heading">It's all started with ProCoder's Idea. <span class="text-muted">It’ll Enhance your knowledge.</span></h2>
<p class="lead">AI- driven personalised, curation service for quality programming content.
A platform for developers, that provides you with a personalised curation service on programming topics. Use it to write and read quality articles on programming. Not for content-marketing disguised as programming tutorials. Not for advertisement blended with sincerely interesting pieces. Quality. Articles. About. Coding.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="img-fluid" src="https://source.unsplash.com/500x500/?coding,laptop">
</svg>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">This is coding.blog started in 2021 Jun'18. <span class="text-muted">CEO n Founder- SAJAL SWAPNIL.</span></h2>
<p class="lead">Today, it feels like most articles are trying to sell you something. They are, as they cannot reach you for free. Curators like Medium need to put work into ensuring you get the articles you would enjoy. To compensate, they either put the content behind paywalls or shift the costs to the authors. They also curate with only the content available on their platform.
However, there is a tonne of content out there. The problem is finding truly insightful pieces based on your personal needs is time-consuming.
Today, it feels like most articles are trying to sell you something. They are, as they cannot reach you for free.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="img-fluid" src="https://source.unsplash.com/500x500/?coding,technology">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Today ... <span class="text-muted">Brush your knowledge by starting it.</span></h2>
<p class="lead">Learn Programming Codes and Tutorials for C++ Programming, Data Structures, Java, How - To Tutorials for Beginners with Detailed Description and Algorithm Analysis.</p>
</div>
<div class="col-md-5 order-md-1">
<img class="img-fluid" src="https://source.unsplash.com/500x500/?softwares,networking">
</div>
</div>
</div>
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© 2020–2021 ProCoder ProCoderlimited.Inc <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
</body>
</html>