
Nikita Volkov
Skils
- HTML
- CSS
- JavaScript
- Node.js
Code examples
HTML
<form action="/action_page.php"> <fieldset> <legend>Personalia:</legend> <label for="name">Name:</label><br> <input type="text" id="name" name="name" value="John"><br> <input type="submit" value="Submit"> </fieldset> </form>
CSS
html, body { background-image: url('./images/background.jpg'); background-position: center; background-position: center; background-repeat: no-repeat; height: 100vh; overflow-x: hidden; }
JavaScript
// Example: JavaScript Function to Create a Phone Number createPhoneNumber([1, 2, 3, 4, 5, 6, 7, 8, 9, 0]) function createPhoneNumber(numbers){ let res = numbers.join(''); return `(${res.slice(0,3)}) ${res.slice(3,6)}-${res.slice(6, 10)}`; }
Node.js
// Example: Express.js Route for Home Page app.get('/', (req, res) => { res.render('index', { title: 'Home page', message: 'Hello world!' }) }) app.listen(3000);
Information
I am a passionate web developer with a focus on creating dynamic and responsive web applications. My journey in web development began with a fascination for how websites work, and I have since honed my skills in various technologies.
Contacts
Email: nkwolkow@gmail.com
Telegram: @nkwolkow
English Level & Education
English Level: Intermediate
Education: Secondary education