File size: 11,815 Bytes
aa1083e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="main.css">
</head>
<body>
    <style>

    body{

        margin: 0;

        font-family: Arial, Helvetica, sans-serif;

        background-color: black;

        color: white;

    }

    .navbar{

        display: flex;

        justify-content: center;

        background-color: #1d1a1a;

        position: sticky;

        top: 0;

        z-index: 1000;

    }

    .navbar a{

        color: white;

        text-decoration: none;

        margin: 0 15px;

        font-size: 18px;

        padding: 8px 12px;

        border-radius: 4px;

        transition: all 0.3s ease;

    }

    .navbar a:hover{

        background-color: #464444;

    }

    .navbar a.active{

        color: #f7ca3e;

        font-weight: bold;

    }

    #item_container_narration-ablink{

        background-color: #0a0a0a;

        margin: 3%;

    }

    #item_container_narration-explink{

        background-color: #0a0a0a;

        margin: 3%;}

    #item_container_narration-portlink{

        background-color: #0a0a0a;

        margin: 3%;}

    #item_container_narration-bllink{

        background-color: #0a0a0a;

        margin: 3%;}

    #item_container_narration-contlink{

        background-color: #0a0a0a;

        margin: 3%;}

    .border {

        border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1;

        border-width: 4px;

        border-style: solid;

        padding: 5px;

        margin: 10%;

        margin-top: 0;

    }

    .item{

        background-color: #0c0c0c;

        border-image: linear-gradient(to right, #cabf23 0%, #b78be9 100%) 1;

        border-width: 4px;

        border-style: solid;

        padding: 5px;

    }

    </style>
    <div class="navbar">
        <a id="item_container_narration-ablink" href="#About">About</a>
        <a id="item_container_narration-explink" href="#Experience">Experience</a>
        <a id="item_container_narration-portlink" href="#Portfolio">Portfolio</a>
        <a id="item_container_narration-bllink" href="#Blog">Blog</a>
        <a id="item_container_narration-contlink" href="#Contact">Contact</a>
    </div>
    <div id="About" class="border">
        <h1>About Me</h1>
        <p>
            Hi, I'm Alex—a passionate programmer and cybersecurity enthusiast. I specialize in building innovative solutions, solving complex problems, and protecting systems from potential threats. With years of experience in coding and security analysis, I've developed a deep understanding of how technology shapes our world.
        </p>
        <p>
            I'm skilled in Python, C++, and AI development, focusing on creating smarter and safer systems. To me, every line of code is more than just instructions—it's a tool to drive progress and an art form to shape the future.
        </p>
        <p>
            I believe technology holds the power to transform lives, and I'm committed to using my skills to make a meaningful impact. Let's connect and explore new ideas together! 😊
        </p>
        <h1>What I'm Doing</h1>
        <div class="item">
            <h2>Web design</h2>
            <p>
                I'm currently working on a web design project that involves creating a responsive and user-friendly interface for.
            </p>
            <p>
                The most modern and high-quality design made at a professional level.
            </p>
        </div>
        <div class="item">
            <h2>Web development</h2>
            <p>
                I'm currently working on a web development project that involves creating a responsive and user-friendly interface for. 
            </p>
            <p>
                High-quality development of sites at the professional level.
            </p>
        </div>
        <div class="item">
            <h2>Mobile Apps</h2>
            <p>
                I'm currently working on a mobile app project that involves creating a responsive and user-friendly interface for.
            </p>
            <p>
                Professional development of applications for iOS and Android.
            </p>
        </div>
        <div class="item">
            <h2>Chat bot</h2>
            <p>
                I'm currently working on a chat bot project that involves creating a responsive and user-friendly interface for.
            </p>
            <p>
                Create a chat system bot based on previously provided knowledge (RAG)
            </p>
        </div>
    </div>
    <div id="Experience" class="border">
        <h1>Experience</h1>
        <div class="item">
            <h2>Education</h2>
            <p>
                I have a degree in Computer Science from a reputable university.
            </p>
            <p>
                I've also completed internships in cybersecurity and software development.
            </p>
        </div>
        <div class="item">
            <h2>Work Experience</h2>
            <p>
                I've been working as a software engineer for a tech company.
            </p>
            <p>
                I've developed various software solutions, including web applications and AI systems.
            </p>
        </div>
        <div class="item">
            <p>
                I've also worked on various personal projects, including a chatbot and a mobile app.
            </p>
            <p>
                I'm currently working on a web development project that involves creating a responsive and user-friendly interface for.
            </p>
        </div>
    </div>
    <div id="Portfolio" class="border">
        <h1>Portfolio</h1>
        <div class="item">
            <p>
                I've developed various software solutions, including web applications and AI systems.
            </p>
            <p>
                Here are some of my most recent projects:
            </p>
        </div>
        <div class="item">
            <p>
                I've been working on a web development project that involves creating a responsive and user-friendly interface for.
            </p>
            <p>
                The most modern and high-quality design made at a professional level.
            </p>
        </div>
    </div>
    <div id="Blog" class="border">
        <div class="item">
            <p>
                I've also worked on various personal projects, including a chatbot and a mobile app.
            </p>
            <p>
                I'm currently working on a web development project that involves creating a responsive and user-friendly interface for.
            </p>
        </div>
        <div class="item">
            <p>
                I've been working on a chat bot project that involves creating a responsive and user-friendly interface for.
            </p>
            <p>
                Create a chat system bot based on previously provided knowledge (RAG)
            </p>
        </div>
    </div>
    <div id="Contact" class="border">
        <div class="item">
            <p>
                I'm available for freelance work, web development, and cybersecurity projects.
            </p>
            <p>
                Let's connect and explore new ideas together! ��
            </p>
        </div>
        <div class="item">
            <p>
                You can reach me at [your email address] or [your phone number].
            </p>
            <p>
                I'm always looking for opportunities to make a meaningful impact.
            </p>
        </div>
    </div>
    <script>

        var About_link = document.getElementById('item_container_narration-ablink');

        var Experience_link = document.getElementById('item_container_narration-explink');

        var Portfolio_link = document.getElementById('item_container_narration-portlink');

        var Blog_link = document.getElementById('item_container_narration-bllink')

        var Contact_link = document.getElementById('item_container_narration-contlink');



        var About_responsive = document.getElementById('About');

        var Experience_responsive = document.getElementById('Experience');

        var Portfolio_responsive = document.getElementById('Portfolio');

        var Blog_responsive = document.getElementById('Blog');

        var Contact_responsive = document.getElementById('Contact');



        About_link.addEventListener('click', function() {

            About_link.classList.add('active');

            Experience_link.classList.remove('active');

            Portfolio_link.classList.remove('active');

            Blog_link.classList.remove('active');

            Contact_link.classList.remove('active');



            About_responsive.style.display = 'block';

            Experience_responsive.style.display = 'none';

            Portfolio_responsive.style.display = 'none';

            Blog_responsive.style.display = 'none';

            Contact_responsive.style.display = 'none';

        });



        Experience_link.addEventListener('click', function() {

            Experience_link.classList.add('active');

            About_link.classList.remove('active');

            Portfolio_link.classList.remove('active');

            Blog_link.classList.remove('active');

            Contact_link.classList.remove('active');



            About_responsive.style.display = 'none';

            Experience_responsive.style.display = 'block';

            Portfolio_responsive.style.display = 'none';

            Blog_responsive.style.display = 'none';

            Contact_responsive.style.display = 'none';

        });

        Portfolio_link.addEventListener('click', function(){

            Portfolio_link.classList.add('active');

            About_link.classList.remove('active');

            Experience_link.classList.remove('active');

            Blog_link.classList.remove('active');

            Contact_link.classList.remove('active');



            About_responsive.style.display = 'none';

            Experience_responsive.style.display = 'none';

            Portfolio_responsive.style.display = 'block';

            Blog_responsive.style.display = 'none';

            Contact_responsive.style.display = 'none';

        });



        Blog_link.addEventListener('click', function() {

            Blog_link.classList.add('active');

            About_link.classList.remove('active');

            Experience_link.classList.remove('active');

            Portfolio_link.classList.remove('active');

            Contact_link.classList.remove('active');



            About_responsive.style.display = 'none';

            Experience_responsive.style.display = 'none';

            Portfolio_responsive.style.display = 'none';

            Blog_responsive.style.display = 'block';

            Contact_responsive.style.display = 'none';

        });



        Contact_link.addEventListener('click', function() {

            Contact_link.classList.add('active');

            About_link.classList.remove('active');

            Experience_link.classList.remove('active');

            Portfolio_link.classList.remove('active');

            Blog_link.classList.remove('active');



            About_responsive.style.display = 'none';

            Experience_responsive.style.display = 'none';

            Portfolio_responsive.style.display = 'none';

            Blog_responsive.style.display = 'none';

            Contact_responsive.style.display = 'block';

        });

    </script>
</body>
</html>