Skip to content

Commit 4d85222

Browse files
authored
Bold some text in the website (TheAlgorithms#30)
Some text is not bold that can user see easily
1 parent eb2d021 commit 4d85222

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index-old.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<link rel="stylesheet" href="/static/css/main.css">
1818

19-
<title>Welcome to TheAlgorithms</title>
19+
<title><b>Welcome to TheAlgorithms</b></title>
2020
</head>
2121

2222
<body>
@@ -104,8 +104,8 @@ <h5>
104104
<div class="container py-5">
105105
<h1 class="display-5 righteous">Programming Languages</h1>
106106
<h5>
107-
We support many programming languages. Each language has its own GitHub repository where all the
108-
code for the algorithms is stored. Here is a list of the current programming languages:
107+
<b>We support many programming languages. Each language has its own GitHub repository where all the
108+
code for the algorithms is stored. Here is a list of the current programming languages:</b>
109109
</h5>
110110
<h2 class="pt-5">
111111
<div class="grid">

0 commit comments

Comments
 (0)