admin08077 commited on
Commit
1f0566c
·
verified ·
1 Parent(s): 0c0a60b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +19 -1
index.html CHANGED
@@ -87,7 +87,25 @@
87
  </div>
88
 
89
  <!-- APP AREA BELOW -->
90
- <div id="root" class="flex-1"></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  <script src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
93
  </body>
 
87
  </div>
88
 
89
  <!-- APP AREA BELOW -->
90
+ <div id="root" class="flex-1">
91
+ <style>
92
+ .libutton {
93
+ display: flex;
94
+ flex-direction: column;
95
+ justify-content: center;
96
+ padding: 7px;
97
+ text-align: center;
98
+ outline: none;
99
+ text-decoration: none !important;
100
+ color: #ffffff !important;
101
+ width: 200px;
102
+ height: 32px;
103
+ border-radius: 16px;
104
+ background-color: #0A66C2;
105
+ font-family: "SF Pro Text", Helvetica, sans-serif;
106
+ }
107
+ </style>
108
+ <a class="libutton" href="https://www.linkedin.com/comm/mynetwork/discovery-see-all?usecase=PEOPLE_FOLLOWS&followMember=james-burvel-ocallaghan-iii-2798a52a0" target="_blank">Follow on LinkedIn</a></div>
109
 
110
  <script src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
111
  </body>