-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.json
68 lines (65 loc) · 3.18 KB
/
en.json
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
{ "homePage" : {
"Home" : "Home",
"About" : "About",
"Service" : "Service",
"Project" : "Project" ,
"Contact" : "Contact",
"styleSwitcher" : "Style Switcher"
} ,
"aboutPage" : {
"aboutTitle" : "About Me",
"subTitleAbout" : "Hello, my name is Cruceanu Andrei",
"contentAbout" : "Allow me to say that the areas that I have the most knowledge about are HTML5 / CSS3, Javascript, Bootstrap and Wordpress. In addition to this, I am also proficient in Adobe Photoshop and Adobe Illustrator. As a person I am perseverant, flexible, open minded and always eager to learn new things and tackle new challanges. I am very passionate about web development and web design, always trying to give my best in order to create „the perfect product”.",
"birthday" : "Birthday" ,
"age" : "Age" ,
"email" : "Email",
"phone" : "Phone",
"city" : "City",
"cv" : "Download CV",
"education" : "Education",
"colage" : "Vasile Alecsandri National College , Bacau",
"profile" : "Profile: Mathematical Informatics",
"university" : "Politehnica University of Bucharest",
"engineering" : "Faculty of Mechanical Engineering and Mechatronics",
"specialization" : "Specialization : Mechatronics",
"bucharest": "Bucharest",
"courses" : "Training Courses",
"platformaIT": "IT Platform: Introduction to Web Development",
"viewPlatformaIt": "View",
"viewUdemyJS" : "Udemy: Javascript course - from beginner to advanced",
"time" : " 2022 - present",
"courseJS" : "The Complete JavaScript Course 2021: From Zero to Expert!"
} ,
"Services" : {
"servicesTitle" : "Services",
"developing" : "Developing and designing websites",
"developingDescription" : "Giving my best in order to create fast, efficient and appealing websites",
"responsive" : "Responsive websites",
"rensponsiveDescription" : "Creating and designing websites using the mobile-first approach",
"creative" : "Creative Design",
"creativeDescription" : "Creating websites with „a drop of uniqueness”",
"wordpressDescription" : "Developing websites and integrating them into Wordpress",
"designing" : "Designing UX/UI" ,
"designDescription" : "Concerned with how the product feels and how is laid out",
"minimalistDesign" : "Minimalist Design",
"minimalistDesignDescription" : "Designing minimalist, clean websites with fast and efficient code"
},
"Projects" : {
"projects" : "Projects"
},
"Contact" : {
"contactMe": "Contact Me",
"contactSubTitle": "Contact Me",
"contactHome" : "Home" ,
"contactCity" : "Bucharest",
"Email" : "Email",
"name" : "Name" ,
"Subject" : "Subject" ,
"Message" : "Your Message...",
"SendMessage" : "Send Message" ,
"errorName" : "Name is required" ,
"errorEmail" : "Email is required" ,
"errorSubject" : "Subject is required" ,
"errorMessage" : "Message is required"
}
}