You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/views/AboutMe.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ export default {
17
17
data() {
18
18
return {
19
19
sections: [
20
-
{ id:1, title:'Hi, I\'m Phillip Ring', content:'I crave efficiency and finding new ways to improve. I\'m an honors senior year computer science student attending UT Tyler.' },
20
+
{ id:1, title:'About', content:'I crave efficiency and finding new ways to improve. I\'m an honors senior year computer science student attending UT Tyler.' },
21
21
{ id:2, title:'Skills', content:'Technologies: Javascript, HTML/CSS, MySQL, Vue.js, Node, Express.js, BASH. Familiarity with other systems such as Git, Vscode, Wireshark. Knowledgeable in version control systems like Git.' },
22
22
{ id:3, title:'Projects', content:'Details about projects.' },
23
23
{ id:4, title:'Contact', content:'Feel free to reach out to me via email at [email protected] or connect with me on <a href="https://www.linkedin.com/in/ring-phillip">LinkedIn</a>. I\'m always open to new connections and collaboration.' }
0 commit comments