This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·66 lines (56 loc) · 3.3 KB
/
index.html
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
<html>
<head>
<title> linkedin Assist </title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<script src="scripts/jquery-3.3.1.slim.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2 class="text-center"> Linkedin Auto Adder </h2>
<div class="text-center">
<img src="images/images.png" alt="LinkedIn Auto-Adder" width="70px" height="70px" class="img-linkedin text-center">
</div>
<div class="form-group">
<label for="usr" class="Number-class" id="numberText">*Number:</label>
<input class="form-control" type="number" placeholder="Enter the Number of People You want to add" id="LinkedIn-number">
</div>
<p style="color:white; text-align:left; display:none;" id="totalInvitesToSend">Number of Invites: <span id="totalInvitesToSendS"> </span> </p>
<p style="color:white; text-align:left; display:none;" id="invMessage">Your invite message: <span id="invMessageS"> </span> </p>
<p style="color:white; text-align:left; display:none;" id="currentlySendingM">Currently Sending message to: <span id="currentlySendingMS"> </span> </p>
<p style="color:white; text-align:left; display:none;" id="invitesSent">Number of Invites Sent: <span id="AddedNumber"> 0 </span> </h4>
<div class="form-group">
<div class="form-group">
<label for="Message" id="messageText">Message:</label>
<p id="instruction"> Using {FullName} will subsitute persons full name in your message. </p>
<textarea class="form-control" rows="5" maxlength="290"id="LinkedIn-Message" placeholder="Hey {FullName}. Would you like joining my professional network?"></textarea>
<p id="instruction1">To learn about using this plugin <a class="clickHere"href="https://medium.com/@Ibhatiarohit/using-linkedin-assist-plugin-ec16bbb092eb"> click here. </a> </p>
</div>
<div class="container">
<div class="row justify-content-center">
<button type="button" class="btn btn-success" id="linkedin-start">Start</button>
<button type="button" class="btn btn-danger" id="linkedin-stop" disabled>Stop</button>
</div>
</div>
</div>
<p class="friend"> What do you think about making a new friend? let's connect with each other on </p>
<div class="container">
<div class="row">
<div class="icon-class">
<a href="https://www.facebook.com/irohitb"> <i class="fab fa-facebook-f"></i></a>
<a href="https://www.twitter.com/ibhatiarohit"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/irohitb"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/irohitb/"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<footer>
<p class="Disclaimer"> Disclaimer: This plugin/extension is not in any way associated with linkedin, The creater of plugin won't be responsible if your account gets banned or suspended" </p>
</footer>
<!-- Scripts -->
<script src="googlea.js"></script>
<script src="app.js"></script>
</body>
</html>