-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaabout.html
More file actions
46 lines (35 loc) · 3.4 KB
/
taabout.html
File metadata and controls
46 lines (35 loc) · 3.4 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
<!DOCTYPE html>
<html lang="ta">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sriveenkat Notebook</title>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pavanam&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body>
<h1>ஸ்ரீவேங்கடகிருஷ்ணனின் குறிப்பேடு</h1>
<!-- Navbar-->
<div class="navbar">
<a href="taindex.html">இல்லம்</a>
<a class="active" href="taabout.html">இத்தளம் பற்றி</a>
<a href="#projects">திட்டங்கள்</a>
<a href="#notes">குறிப்பேடு</a>
<a href="index.html" class="translate">In English
</a>
</div>
<div class="title"><b>இத்தளத்தைப் பற்றியும் என்னைப் பற்றியும்</b></div>
<div class="para"><p>இத்தளமானது விக்கிமீடியர் பயனர்:Sriveenkat இயக்கப்படுகிறது. இத்தளத்தில் விக்கிமீடியா திட்டங்களைப் பற்றிய வழிகாட்டுதல் பதிவுகளும் குறிப்புகளும் தமிழிலும் ஆங்கிலத்திலும் எழுதப்படுகிறது. இத்தளத்தில் நீங்கள் காணலாம். பல கட்டற்ற மென்பொருள்களை பற்றி எழுத திட்டமிட்டு உள்ளோம். இத்தளத்தை விருப்பப்படுபவர்கள் பின் தொடருங்கள். </p>
</div>
<div class="footer">
<div class="rowcc">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">அனைத்து உரைகள் மட்டும் </span><span property="cc:attributionName">ஸ்ரீவேங்கடகிருஷ்ணால் </span> <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Attribution-ShareAlike 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a>கீழ் வெளியிடப்படுகிறது.</p>
</div>
</div>
</body>