-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (156 loc) · 6.42 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>portfolio Mikhail Permiakov</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- <link-->
<!-- rel="stylesheet"-->
<!-- href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"-->
<!-- />-->
<link rel="icon" type="" href=""/>
<link rel="stylesheet" href="styles.css"/>
</head>
<!-- -->
<body class="viewport">
<div class="wrapper">
<header class="header">
<img class="header__face" src="img/i.jpg" alt=""/>
<div class="header__text">
<div class="text__info">
<h1 class="info__name">Mikhail Permiakov</h1>
<h2 class="info__profession">Front-End Developer</h2>
<h2 class="info__language">Lang="ru"</h2>
<h3 class="info__mobile">+55 24 992 00 12 12</h3>
<h3 class="info__mobile">telegramm: @mp9512056251</h3>
<h3 class="info__mail">mp9512056251@gmail.com</h3>
</div>
<div class="text__links">
<a
class="links__linkedin"
href="https://www.linkedin.com/in/mikhail-permiakov-165bbb252/"
target="_blank"
>#Linkedin</a
>
<a
class="links__github"
href="https://github.com/MikhailPermiakov"
target="_blank"
>#Github</a
>
<a
class="links__codepen"
href="https://codepen.io/MikhailPermiakov"
target="_blank"
>#Codepen</a
>
<a
class="links__freecodecamp"
href="https://www.freecodecamp.org/certification/fccaf8b4b43-f98d-444c-99bc-855a2a6014e1/responsive-web-design"
target="_blank"
>#FreeCodeCamp</a
>
</div>
</div>
</header>
<div class="row-stack">
<p class="row-stack__item">HTML</p>
<p class="row-stack__item">CSS</p>
<p class="row-stack__item">SCSS</p>
<p class="row-stack__item">JavaScript</p>
<p class="row-stack__item">TypeScript</p>
<p class="row-stack__item">NodeJS</p>
<p class="row-stack__item">Vue</p>
<p class="row-stack__item">Nuxt</p>
<p class="row-stack__item">Astro</p>
<p class="row-stack__item">Vuetify</p>
<p class="row-stack__item">Bootstrap</p>
</div>
<main class="main">
<section class="project">
<a class="text" style="margin-top: 30px" href="http://nsign.ru/" target="_blank">
From June to December 2024, I was lucky enough to work at Nsign, in the development team, on two large
and complex projects. Unfortunately, I cannot show them, I signed an agreement not to disclose trade
secrets. I gained a lot of useful experience. I am grateful to these people.
<p style="max-width: 250px">Look Nsign</p>
</a>
</section>
<section class="project">
<img class="image" src="img/s7-i1.jpg" alt=""/>
<div class="description">
<p class="text">
For the web service "38m2.ru" developed a custom CRM system (Nuxt, Tailwind, Pinia, Nest).
<!-- <p>Look</p>-->
</p>
</div>
</section>
<section class="project">
<div class="description down">
<a
class="text" href="https://www.38m2.ru/"
target="_blank"
>
In May 2024, a web service was launched for a real estate company "38m2.ru" in Moscow. (Nuxt,
PrimeVue, Pinia, Nest)
<p>Look</p>
</a>
</div>
<img class="image up" src="img/s6-i1.jpg" alt=""/>
</section>
<section class="project">
<img class="image" src="img/s5-i1.jpg" alt=""/>
<div class="description">
<p class="text">
For the online translator service Conmi, a CRM system has been developed in which applications are
accepted
and processed, fees are controlled, and calls are recorded. November 2023.
<!-- <p>Look</p>-->
</p>
</div>
</section>
<section class="project">
<div class="description down">
<a
class="text" href="https://www.conmi.pro"
target="_blank"
>
The online service “translation services” was written and launched in Brazil in November 2023
(Astro, Vue 3, NanoStore, Docker).
<p>Look</p>
</a>
</div>
<img class="image up" src="img/s4-i1.jpg" alt=""/>
</section>
<section class="project">
<img class="image" src="img/s3-i1.jpg" alt=""/>
<div class="description">
<a class="text"
href="https://www.alkhimovo.site"
target="_blank"
>Second commercial project, September 2023.
<p>Look</p></a>
</div>
</section>
<section class="project">
<div class="description down">
<a class="text" href="https://www.maxvetrov.ru/" target="_blank">The first commercial site paid by the
customer. Created in August 2023. HTML, SCSS, JS. The site works and brings profit to the customer.
<p>Look</p>
</a>
</div>
<img class="image up" src="img/s1-i1.jpg" alt=""/>
</section>
<section class="project">
<img class="image" src="img/s2-i1.jpg" alt=""/>
<div class="description">
<a class="text"
href="https://mikhailpermiakov.github.io/landing-novostroy/"
target="_blank"
>This is my first project, made in February 2023. Pure CSS.
<p>Look</p></a>
</div>
</section>
</main>
</div>
</body>
</html>