Skip to content

Commit 7cf2e75

Browse files
style: format code with ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format
This commit fixes the style issues introduced in 546abd4 according to the output from ClangFormat, dotnet-format, Prettier, RuboCop, Rustfmt, Scalafmt, StandardJS, StandardRB and swift-format. Details: None
1 parent 546abd4 commit 7cf2e75

1 file changed

Lines changed: 49 additions & 49 deletions

File tree

index.html

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Tools Hub</title>
7-
<link rel="stylesheet" href="assets/style.css" />
8-
</head>
9-
<body>
10-
<!-- Navbar -->
11-
<header class="navbar">
12-
<h1 class="logo">🛠 Tools Hub</h1>
13-
<nav>
14-
<a href="index.html">Home</a>
15-
<a href="tools/password.html">Password Generator</a>
16-
<a href="tools/qr.html">QR Generator</a>
17-
<a href="tools/calculator.html">Calculator</a>
18-
<a href="tools/unit.html">Unit Converter</a>
19-
</nav>
20-
</header>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Tools Hub</title>
7+
<link rel="stylesheet" href="assets/style.css" />
8+
</head>
9+
<body>
10+
<!-- Navbar -->
11+
<header class="navbar">
12+
<h1 class="logo">🛠 Tools Hub</h1>
13+
<nav>
14+
<a href="index.html">Home</a>
15+
<a href="tools/password.html">Password Generator</a>
16+
<a href="tools/qr.html">QR Generator</a>
17+
<a href="tools/calculator.html">Calculator</a>
18+
<a href="tools/unit.html">Unit Converter</a>
19+
</nav>
20+
</header>
2121

22-
<!-- Main -->
23-
<main class="container">
24-
<h2 class="section-title">Available Tools</h2>
25-
<div class="grid">
26-
<!-- Password Generator -->
27-
<div class="card">
28-
<h3>Password Generator</h3>
29-
<p>Create secure random passwords with custom settings.</p>
30-
<a href="tools/password.html" class="btn">Open Tool</a>
31-
</div>
22+
<!-- Main -->
23+
<main class="container">
24+
<h2 class="section-title">Available Tools</h2>
25+
<div class="grid">
26+
<!-- Password Generator -->
27+
<div class="card">
28+
<h3>Password Generator</h3>
29+
<p>Create secure random passwords with custom settings.</p>
30+
<a href="tools/password.html" class="btn">Open Tool</a>
31+
</div>
3232

33-
<!-- QR Generator -->
34-
<div class="card">
35-
<h3>QR Code Generator</h3>
36-
<p>Create and download QR codes for any text or URL.</p>
37-
<a href="tools/qr.html" class="btn">Open Tool</a>
38-
</div>
33+
<!-- QR Generator -->
34+
<div class="card">
35+
<h3>QR Code Generator</h3>
36+
<p>Create and download QR codes for any text or URL.</p>
37+
<a href="tools/qr.html" class="btn">Open Tool</a>
38+
</div>
3939

40-
<!-- Calculator -->
41-
<div class="card">
42-
<h3>Calculator</h3>
43-
<p>Simple calculator for quick math operations.</p>
44-
<a href="tools/calculator.html" class="btn">Open Tool</a>
45-
</div>
40+
<!-- Calculator -->
41+
<div class="card">
42+
<h3>Calculator</h3>
43+
<p>Simple calculator for quick math operations.</p>
44+
<a href="tools/calculator.html" class="btn">Open Tool</a>
45+
</div>
4646

47-
<!-- Unit Converter -->
48-
<div class="card">
49-
<h3>Unit Converter</h3>
50-
<p>Convert between length, weight, temperature, and more.</p>
51-
<a href="tools/unit.html" class="btn">Open Tool</a>
47+
<!-- Unit Converter -->
48+
<div class="card">
49+
<h3>Unit Converter</h3>
50+
<p>Convert between length, weight, temperature, and more.</p>
51+
<a href="tools/unit.html" class="btn">Open Tool</a>
52+
</div>
5253
</div>
53-
</div>
54-
</main>
55-
</body>
54+
</main>
55+
</body>
5656
</html>

0 commit comments

Comments
 (0)