Skip to content

Commit 05eb1c6

Browse files
committed
add bot
1 parent 53ec280 commit 05eb1c6

File tree

10 files changed

+93
-60
lines changed

10 files changed

+93
-60
lines changed

Index-en.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2 class="desc">PHP Backend/CMS Developer</h2>
7878
<option value="hashtag">De</option> -->
7979
</select>
8080

81-
<a class="pulse-button btn btn-cta-primary pull-right" href="https://t.me/Ctr_C_Ctr_V" target="_blank"><i
81+
<a class="pulse-button btn btn-cta-primary pull-right" href="https://t.me/tatarnykov_agency_bot" target="_blank"><i
8282
class="fa fa-paper-plane"></i>Contact with me</a>
8383
</div>
8484
<!--//container-->
@@ -116,6 +116,13 @@ <h2 class="heading">About me</h2>
116116
<p>
117117
When developing, I use: FrontEnd(HTML, JS, CSS, jQuery, Bootstrap), Backend(PHP, WordPress, OpenCart, Laravel, MySQL, NoSQL, SQLite), GIT, AJAX.
118118
</p>
119+
120+
<br>
121+
<a
122+
style="width: 100%;" class="btn btn-cta-secondary"
123+
href="assets\files\CV.pdf" target="_blank">
124+
Download my CV
125+
</a>
119126
</div>
120127
<!--//content-->
121128
</div>

Index-ua.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2 class="desc">PHP Backend/CMS Developer</h2>
7878
<option value="hashtag">De</option> -->
7979
</select>
8080

81-
<a class="pulse-button btn btn-cta-primary pull-right" href="https://t.me/Ctr_C_Ctr_V" target="_blank"><i
81+
<a class="pulse-button btn btn-cta-primary pull-right" href="https://t.me/tatarnykov_agency_bot" target="_blank"><i
8282
class="fa fa-paper-plane"></i>Зв'язатися зі мною</a>
8383
</div>
8484
<!--//container-->
@@ -116,6 +116,13 @@ <h2 class="heading">Про мене</h2>
116116
<p>
117117
При розробці використовую: FrontEnd (HTML, JS, CSS, jQuery, Bootstrap), Backend (PHP, WordPress, OpenCart, Laravel, MySQL, NoSQL, SQLite), GIT, AJAX.
118118
</p>
119+
120+
<br>
121+
<a
122+
style="width: 100%;" class="btn btn-cta-secondary"
123+
href="assets\files\CV.pdf" target="_blank">
124+
Завантажити моє резюме
125+
</a>
119126
</div>
120127
<!--//content-->
121128
</div>

Index.html

+69-52
Large diffs are not rendered by default.

assets/css/styles.css

+8-6
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ a.btn:focus {
6161
}
6262
a.btn-cta-primary,
6363
.btn-cta-primary {
64-
background: #54ba4e;
65-
border: 1px solid #54ba4e;
64+
background: #ff4b00;
65+
border: 1px solid #ff4b00;
6666
color: #fff;
6767
font-weight: 600;
6868
text-transform: uppercase;
@@ -694,7 +694,7 @@ iframe {
694694
margin-left: 25px;
695695
}
696696
}
697-
.pulse-button {
697+
.pulse-button, .pulse-button-cv {
698698
background: rgb(79, 209, 129);
699699
background: linear-gradient(90deg, rgba(129,230,217,1) 0%, rgba(79,209,197,1) 100%);
700700
border: none;
@@ -724,17 +724,19 @@ a:hover::before, a:focus::before {
724724

725725
.pulse-button::after {
726726
content: '';
727-
width: 30px; height: 30px;
727+
width: 60px;
728+
height: 60px;
728729
border-radius: 5%;
729-
border: 5px solid rgb(79, 209, 129);;
730+
border: 5px solid #ff0000;
730731
position: absolute;
731732
top: 50%;
732733
left: 50%;
733734
z-index: 0;
734735
transform: translate(-50%, -50%);
735-
animation: ring 1.5s infinite;
736+
animation: ring 0.9s infinite;
736737
}
737738

739+
738740
a:hover::after, feFuncA:focus::after {
739741
animation: none;
740742
display: none;

assets/files/CV.pdf

63 KB
Binary file not shown.
-547 KB
Loading
-123 KB
Loading
-103 KB
Loading
-142 KB
Loading
-10.7 KB
Loading

0 commit comments

Comments
 (0)