forked from Blesson-Tomy/UiPath_Profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (66 loc) · 3.33 KB
/
Copy pathindex.html
File metadata and controls
70 lines (66 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TX896BSKF0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TX896BSKF0');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="Images/l1e.png" type="image/png">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap" rel="stylesheet">
<meta name="description" content="Official UiPath Academic Alliance page of SJCET Palai. Explore automation resources, join our community, and stay updated.">
<script src="https://kit.fontawesome.com/2613515423.js" crossorigin="anonymous"></script>
<title>UiPath SJCET</title>
</head>
<body class="col">
<div class="body">
<h1>Welcome to SJCET</h1>
<img src="Images/l1e.png" class="new" alt="Image" >
<h6>The foundation of automation</h6>
<h1>Quick Links</h1>
<div class="buttons">
<a class="button" href="https://github.com/UiPathSJCET" target="_blank"><i class="fa-brands fa-github"></i>GitHub</a>
</div>
<div class="buttons">
<a class="button" href="https://youtube.com/@uipathacademicalliancesjce8427?si=9EkFB8IjaKhWMqVK" target="_blank"><i class="fa-brands fa-youtube"></i>Youtube</a>
</div>
<div class="buttons">
<a class="button" href="https://in.linkedin.com/company/sjcet-palai-uipath-academic-alliance-student-group" target="_blank"><i class="fa-brands fa-linkedin"></i>LinkedIn</a>
</div>
<div class="buttons">
<a class="button" href="https://www.instagram.com/uipath_sjcet?igsh=cG0xbHA0ZW5vNTZq" target="_blank"><i class="fa-brands fa-instagram"></i>Instagram</a>
</div>
<div class="buttons">
<a class="button" href="https://sjcetpalai.ac.in/uipath-academic-alliance-sjcet-palai/" target="_blank"><i class="fa fa-globe"></i>College Website</a>
</div>
<div class="buttons">
<a class="button" href="https://www.uipath.com/rpa/academic-alliance" target="_blank"><i class="fa-solid fa-graduation-cap"></i>UiPath Academy</a>
</div>
<div class="buttons">
<a class="button" href="https://www.uipath.com/rpa/academic-alliance/academic-studio-download" target="_blank"><i class="fa-solid fa-laptop"></i>UiPath Studio Resources</a>
</div>
<div class="buttons">
<a class="button" href="https://whatsapp.com/channel/0029Vb6VZBn6hENieWknMv3C" target="_blank"><i class="fa-brands fa-whatsapp"></i>Join our WhatsApp Channel!</a>
</div>
<div class="buttons">
<a class="button" href="https://tinyurl.com/UiPathFreeCert" target="_blank"><i class="fa-solid fa-graduation-cap"></i>UiPath Free Certification</a>
</div>
<footer>
<h6>
Made with ❤️ by UiPath SJCET <span id="year"></span> | All rights reserved<br>
</h6>
</footer>
</div>
</body>
<script>
const cur= new Date().getFullYear();
const year = document.getElementById("year");
year.innerHTML = cur;
</script>
</html>