{"id":2262,"date":"2026-02-09T12:56:23","date_gmt":"2026-02-09T12:56:23","guid":{"rendered":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262"},"modified":"2026-06-05T21:23:34","modified_gmt":"2026-06-05T21:23:34","slug":"creation-of-an-elevator-pitch-in-english","status":"publish","type":"page","link":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262","title":{"rendered":"Creation of an elevator pitch in English"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Adri\u00e1n Jaimes \u2014 Cover Letter<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@400;600;700;800&amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  :root {\n    --accent: #00e5ff;\n    --accent2: #7c4dff;\n    --accent3: #ff6b6b;\n    --text: #e8e6f0;\n    --text-muted: #8a87a0;\n    --surface: rgba(255,255,255,0.04);\n    --border: rgba(255,255,255,0.08);\n  }\n\n  body {\n    background: #000;\n    color: var(--text);\n    font-family: 'DM Sans', sans-serif;\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  .stars {\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 0;\n    background:\n      radial-gradient(1px 1px at 10% 20%, rgba(255,255,255,0.6) 0%, transparent 100%),\n      radial-gradient(1px 1px at 25% 60%, rgba(255,255,255,0.4) 0%, transparent 100%),\n      radial-gradient(1px 1px at 40% 10%, rgba(255,255,255,0.5) 0%, transparent 100%),\n      radial-gradient(1px 1px at 55% 80%, rgba(255,255,255,0.3) 0%, transparent 100%),\n      radial-gradient(1px 1px at 70% 35%, rgba(255,255,255,0.6) 0%, transparent 100%),\n      radial-gradient(1px 1px at 85% 65%, rgba(255,255,255,0.4) 0%, transparent 100%),\n      radial-gradient(1px 1px at 90% 15%, rgba(255,255,255,0.5) 0%, transparent 100%),\n      radial-gradient(1px 1px at 15% 85%, rgba(255,255,255,0.3) 0%, transparent 100%),\n      radial-gradient(1px 1px at 60% 50%, rgba(255,255,255,0.4) 0%, transparent 100%),\n      radial-gradient(1px 1px at 33% 40%, rgba(255,255,255,0.5) 0%, transparent 100%),\n      radial-gradient(1px 1px at 78% 90%, rgba(255,255,255,0.6) 0%, transparent 100%),\n      radial-gradient(1px 1px at 5% 50%, rgba(255,255,255,0.3) 0%, transparent 100%),\n      radial-gradient(1px 1px at 95% 45%, rgba(255,255,255,0.4) 0%, transparent 100%),\n      radial-gradient(2px 2px at 47% 25%, rgba(0,229,255,0.3) 0%, transparent 100%),\n      radial-gradient(2px 2px at 82% 75%, rgba(124,77,255,0.3) 0%, transparent 100%),\n      radial-gradient(1.5px 1.5px at 20% 70%, rgba(255,255,255,0.5) 0%, transparent 100%),\n      radial-gradient(1px 1px at 65% 5%, rgba(255,255,255,0.4) 0%, transparent 100%),\n      radial-gradient(1px 1px at 38% 95%, rgba(255,255,255,0.3) 0%, transparent 100%),\n      radial-gradient(1px 1px at 92% 30%, rgba(255,255,255,0.5) 0%, transparent 100%),\n      radial-gradient(1px 1px at 3% 10%, rgba(255,255,255,0.6) 0%, transparent 100%);\n  }\n\n  .nebula {\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 0;\n    background:\n      radial-gradient(ellipse 60% 40% at 15% 20%, rgba(124,77,255,0.08) 0%, transparent 60%),\n      radial-gradient(ellipse 50% 35% at 85% 80%, rgba(0,229,255,0.06) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 50% at 50% 50%, rgba(255,107,107,0.04) 0%, transparent 60%);\n  }\n\n  .container {\n    position: relative;\n    z-index: 1;\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 60px 32px 80px;\n  }\n\n  .header {\n    display: flex;\n    align-items: flex-start;\n    gap: 28px;\n    margin-bottom: 52px;\n    animation: fadeUp 0.8s ease both;\n  }\n\n  .avatar {\n    width: 72px;\n    height: 72px;\n    flex-shrink: 0;\n    border-radius: 50%;\n    background: linear-gradient(135deg, var(--accent2), var(--accent));\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Syne', sans-serif;\n    font-weight: 800;\n    font-size: 22px;\n    color: #fff;\n    position: relative;\n  }\n\n  .avatar::after {\n    content: '';\n    position: absolute;\n    inset: -3px;\n    border-radius: 50%;\n    border: 1px solid rgba(0,229,255,0.3);\n    animation: pulse 3s ease infinite;\n  }\n\n  .header-text { flex: 1; }\n\n  .greeting {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--accent);\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  h1 {\n    font-family: 'Syne', sans-serif;\n    font-size: clamp(28px, 5vw, 40px);\n    font-weight: 800;\n    line-height: 1.1;\n    color: #fff;\n    margin-bottom: 6px;\n  }\n\n  .subtitle {\n    font-size: 14px;\n    color: var(--text-muted);\n    font-weight: 300;\n  }\n\n  .subtitle span { color: var(--text); }\n\n  .tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .tag {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.08em;\n    padding: 4px 12px;\n    border-radius: 100px;\n    border: 1px solid;\n  }\n\n  .tag-cyan { border-color: rgba(0,229,255,0.35); color: var(--accent); background: rgba(0,229,255,0.07); }\n  .tag-purple { border-color: rgba(124,77,255,0.35); color: #b39dff; background: rgba(124,77,255,0.07); }\n  .tag-red { border-color: rgba(255,107,107,0.35); color: #ff9a9a; background: rgba(255,107,107,0.07); }\n\n  .divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--border) 20%, rgba(0,229,255,0.15) 50%, var(--border) 80%, transparent);\n    margin: 0 0 48px;\n    animation: fadeUp 0.8s 0.1s ease both;\n  }\n\n  .section {\n    margin-bottom: 44px;\n    animation: fadeUp 0.8s ease both;\n  }\n\n  .section:nth-child(3) { animation-delay: 0.15s; }\n  .section:nth-child(4) { animation-delay: 0.25s; }\n  .section:nth-child(5) { animation-delay: 0.35s; }\n  .section:nth-child(6) { animation-delay: 0.45s; }\n\n  .section-label {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-family: 'Syne', sans-serif;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 16px;\n  }\n\n  .section-label::before {\n    content: '';\n    display: block;\n    width: 18px;\n    height: 1px;\n    background: var(--accent);\n    opacity: 0.6;\n  }\n\n  .section p {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--text);\n    font-weight: 300;\n  }\n\n  .section p + p { margin-top: 14px; }\n\n  em { font-style: italic; color: var(--text-muted); }\n\n  .highlight { color: #fff; font-weight: 400; }\n\n  .projects {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 14px;\n    margin-top: 4px;\n  }\n\n  .project-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 18px 20px;\n    transition: border-color 0.3s;\n  }\n\n  .project-card:hover { border-color: rgba(0,229,255,0.2); }\n\n  .project-icon { font-size: 20px; margin-bottom: 10px; display: block; }\n\n  .project-title {\n    font-family: 'Syne', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    color: #fff;\n    margin-bottom: 6px;\n  }\n\n  .project-desc {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    font-weight: 300;\n  }\n\n  .skills { display: flex; flex-wrap: wrap; gap: 8px; }\n\n  .skill {\n    font-size: 12px;\n    font-weight: 400;\n    padding: 5px 14px;\n    border-radius: 100px;\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.1);\n    color: var(--text);\n    transition: all 0.2s;\n  }\n\n  .skill:hover { border-color: rgba(0,229,255,0.3); color: var(--accent); }\n\n  .aspiration {\n    background: linear-gradient(135deg, rgba(124,77,255,0.08), rgba(0,229,255,0.06));\n    border: 1px solid rgba(124,77,255,0.2);\n    border-radius: 16px;\n    padding: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .aspiration::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 120px; height: 120px;\n    border-radius: 50%;\n    background: radial-gradient(circle, rgba(124,77,255,0.12), transparent 70%);\n  }\n\n  .aspiration p {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--text);\n    font-weight: 300;\n    position: relative;\n    z-index: 1;\n  }\n\n  .aspiration-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #b39dff;\n    margin-bottom: 14px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .closing {\n    margin-top: 52px;\n    padding-top: 40px;\n    border-top: 1px solid var(--border);\n    animation: fadeUp 0.8s 0.55s ease both;\n    opacity: 0;\n    animation-fill-mode: both;\n  }\n\n  .closing p {\n    font-size: 15px;\n    line-height: 1.8;\n    color: var(--text);\n    font-weight: 300;\n    margin-bottom: 16px;\n  }\n\n  .cta {\n    display: inline-block;\n    margin-top: 12px;\n    padding: 12px 28px;\n    border: 1px solid rgba(0,229,255,0.35);\n    border-radius: 100px;\n    color: var(--accent);\n    font-size: 13px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-decoration: none;\n    background: rgba(0,229,255,0.06);\n    transition: all 0.2s;\n  }\n\n  .cta:hover { background: rgba(0,229,255,0.12); border-color: rgba(0,229,255,0.6); }\n\n  .signature {\n    margin-top: 36px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n  }\n\n  .sig-name {\n    font-family: 'Syne', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #fff;\n  }\n\n  .sig-role {\n    font-size: 12px;\n    color: var(--text-muted);\n    font-weight: 300;\n    margin-top: 2px;\n  }\n\n  .sig-bar {\n    flex: 1;\n    height: 1px;\n    background: linear-gradient(90deg, var(--border), transparent);\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes pulse {\n    0%, 100% { opacity: 0.3; transform: scale(1); }\n    50% { opacity: 0.6; transform: scale(1.06); }\n  }\n<\/style>\n\n\n\n<div class=\"stars\"><\/div>\n<div class=\"nebula\"><\/div>\n\n<div class=\"container\">\n\n  <div class=\"header\">\n    <div class=\"avatar\">AJ<\/div>\n    <div class=\"header-text\">\n      <div class=\"greeting\">Cover Letter<\/div>\n      <h1>Adri\u00e1n Jaimes<\/h1>\n      <div class=\"subtitle\"><span>18 years old<\/span> \u00b7 Computer Systems &amp; Networks \u00b7 <span>Castellbisbal<\/span><\/div>\n      <div class=\"tags\">\n        <span class=\"tag tag-cyan\">LAN Networks<\/span>\n        <span class=\"tag tag-cyan\">Linux \/ Debian<\/span>\n        <span class=\"tag tag-purple\">Servers<\/span>\n        <span class=\"tag tag-purple\">Infrastructure<\/span>\n        <span class=\"tag tag-red\">Gaming &amp; VR<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"divider\"><\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">About me<\/div>\n    <p>Hello, and thank you for your time. My name is Adri\u00e1n Jaimes. I am 18 years old and currently studying <span class=\"highlight\">Computer Systems and Microcomputer Networks<\/span> in Castellbisbal. From a very young age I knew my future lay in technology, and this training has allowed me to turn that passion into real technical skills.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">Technical experience<\/div>\n    <p>Throughout my studies I have gone well beyond theory. I have specialised in the <span class=\"highlight\">creation and maintenance of critical IT infrastructures<\/span>, including the installation, configuration and upkeep of computer systems, troubleshooting technical incidents, and managing local area networks and communication devices.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">Featured projects<\/div>\n    <div class=\"projects\">\n      <div class=\"project-card\">\n        <span class=\"project-icon\">\ud83d\udda5\ufe0f<\/span>\n        <div class=\"project-title\">Debian servers from scratch<\/div>\n        <div class=\"project-desc\">Full configuration and deployment of platforms such as <strong>Moodle<\/strong> and <strong>Nextcloud<\/strong> on Debian environments.<\/div>\n      <\/div>\n      <div class=\"project-card\">\n        <span class=\"project-icon\">\ud83c\udf10<\/span>\n        <div class=\"project-title\">Network for tech events<\/div>\n        <div class=\"project-desc\">End-to-end network infrastructure setup for technology events, deploying reliable environments fast and under pressure.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">Skills<\/div>\n    <div class=\"skills\">\n      <span class=\"skill\">Systems installation<\/span>\n      <span class=\"skill\">LAN \/ WAN Networks<\/span>\n      <span class=\"skill\">Debian \/ Linux<\/span>\n      <span class=\"skill\">Moodle<\/span>\n      <span class=\"skill\">Nextcloud<\/span>\n      <span class=\"skill\">Incident resolution<\/span>\n      <span class=\"skill\">Critical thinking<\/span>\n      <span class=\"skill\">Working under pressure<\/span>\n      <span class=\"skill\">Proactivity<\/span>\n    <\/div>\n  <\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">Personal profile<\/div>\n    <p>I consider myself a <span class=\"highlight\">responsible, organised and highly proactive person<\/span>. I do not wait to be told what to do; I enjoy using critical thinking to anticipate problems and find effective solutions before they escalate. My primary motivation right now is to keep learning and sharpening my technical skills within a professional environment.<\/p>\n  <\/div>\n\n  <div class=\"section\">\n    <div class=\"section-label\">Future vision<\/div>\n    <div class=\"aspiration\">\n      <div class=\"aspiration-tag\">\u2726 Professional goal<\/div>\n      <p>My greatest professional aspiration is to <span class=\"highlight\">bridge the gap between networking technology and the video game industry<\/span>. I want to bring my knowledge of servers and infrastructure to a game company to help build the backend for the next generation of <em>immersive, non-linear VR MMORPGs<\/em>. I firmly believe the future of technology lives at this intersection \u2014 and I am ready to be an active part of it.<\/p>\n    <\/div>\n  <\/div>\n\n  <div class=\"closing\">\n    <p>I would love the opportunity to contribute to your team&#8217;s technology projects and grow alongside professionals like you. I am fully available for a personal interview where we can discuss my profile and how I can add value to your company in greater detail.<\/p>\n    <p><span class=\"highlight\">Thank you very much.<\/span><\/p>\n    <a rel=\"nofollow\" href=\"https:\/\/drive.google.com\/file\/d\/1fH8l455MYN21eJnNjGHvsF-mCM0kUACA\/view?usp=sharing\" target=\"_blank\" class=\"cta\">Adri\u00e1n Jaimes \u2014 Cover Letter<\/a>\n    <div class=\"signature\">\n      <div>\n        <div class=\"sig-name\">Adri\u00e1n Jaimes<\/div>\n        <div class=\"sig-role\">Computer Systems &amp; Networks Technician \u00b7 Castellbisbal, 2025<\/div>\n      <\/div>\n      <div class=\"sig-bar\"><\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Adri\u00e1n Jaimes \u2014 Cover Letter AJ Cover Letter Adri\u00e1n Jaimes 18 years old \u00b7 Computer Systems &amp; Networks \u00b7 Castellbisbal LAN Networks Linux \/ Debian Servers Infrastructure Gaming &amp; VR About me Hello, and thank you for your time. My name is Adri\u00e1n Jaimes. I am 18 years old and currently studying Computer Systems and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2256,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":false,"_dseop_meta":"{\"noFollowLinks\":{\"linkList\":[],\"ignoredGlobalDomains\":[],\"textboxValue\":\"\"},\"schemaMarkup\":{\"schemas\":[{\"templateId\":\"WebpageSchema\",\"name\":\"Webpage\",\"id\":\"WebpageSchema\",\"schemaData\":{\"@type\":\"WebPage\",\"@id\":\"\",\"name\":\"\",\"url\":\"\",\"description\":\"\",\"breadcrumb\":{\"@type\":\"BreadcrumbList\",\"@id\":\"\"},\"datePublished\":\"\",\"dateModified\":\"\",\"inLanguage\":\"\"}}],\"schemaTemplates\":[]},\"metaDescription\":{\"metaData\":[]},\"keywordAppearance\":{\"contentDetails\":[{\"name\":\"Word count\",\"count\":1199,\"id\":\"wordCount\",\"status\":\"success\",\"detailStatus\":\"success\",\"tooltip\":\"words count should be greater then 1500.\"},{\"id\":\"heading1\",\"name\":\"heading 1\",\"count\":2,\"status\":\"poor\",\"detailStatus\":\"longPoor\",\"tooltip\":\"web page should have one h1 tag for better SEO\"},{\"id\":\"heading2\",\"name\":\"heading 2\",\"count\":0,\"status\":\"poor\",\"detailStatus\":\"missing\",\"tooltip\":\"web page should have h2 tags for better SEO\"},{\"id\":\"heading3\",\"name\":\"heading 3\",\"count\":0,\"status\":\"poor\",\"detailStatus\":\"missing\",\"tooltip\":\"web page should have h3 tags for better SEO\"},{\"id\":\"paragraphTags\",\"name\":\"paragraph tags\",\"count\":6,\"status\":\"excellent\",\"detailStatus\":\"excellent\",\"tooltip\":\"good use of paragraph tags.\"},{\"id\":\"boldAndStrongTags\",\"name\":\"bold and strong tags list\",\"count\":2,\"status\":\"success\",\"detailStatus\":\"success\",\"tooltip\":\"web page should have bold and strong tags for better SEO\"},{\"name\":\"Avg. Stopword percentage\",\"count\":14,\"id\":\"averageStopwordPercentage\"},{\"name\":\"Avg. Words per sentence\",\"count\":86,\"id\":\"averageWordsPerSentence\"},{\"name\":\"Stopword count\",\"count\":163,\"id\":\"sentenceCount\"},{\"name\":\"Sentence count\",\"count\":14,\"id\":\"sentenceCount\"},{\"name\":\"Letter count\",\"count\":6531,\"id\":\"letterCount\"},{\"name\":\"Difficult word\",\"count\":137,\"id\":\"difficultWord\"}],\"advanceOptions\":[],\"modifyStopwords\":{\"customStopwords\":[],\"disabledStopwords\":[]}},\"socialMedia\":{\"openGraphData\":[],\"twitterData\":{\"xSummaryCardData\":[],\"xAppCardData\":{\"iphoneAppName\":\"\",\"iphoneAppId\":\"\",\"iphoneAppUrl\":\"\",\"ipadAppName\":\"\",\"ipadAppId\":\"\",\"ipadAppUrl\":\"\",\"googlePlayAppName\":\"\",\"googlePlayAppId\":\"\",\"googlePlayAppUrl\":\"\",\"appCountry\":\"\"},\"xPlayerCardData\":{\"player\":\"\",\"playerWidth\":\"\",\"streamUrl\":\"\",\"streamContentType\":\"\"}}},\"readability\":{\"readabilityFactorList\":[{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid reading ease\",\"score\":43.2,\"description\":\"The Flesch-Kincaid Reading Ease score measures the readability of your text. A higher score indicates easier-to-read content. Aim for a score between 60 and 70 for most web content.\",\"grade\":\"Difficult (College)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Gunning fog score\",\"score\":8.02,\"description\":\"The Gunning Fog Score estimates the years of formal education needed to understand your text. Lower scores indicate easier readability. Aim for a score of 7 to 8 for general audiences.\",\"grade\":\"Middle School (Grade 7-8)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Coleman liau index\",\"score\":12.8,\"description\":\"The Coleman-Liau Index calculates readability based on characters per word and sentence length. It estimates the U.S. school grade level required to comprehend the text. A lower score suggests easier content.\",\"grade\":\"College (Grade 13-16)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Flesch - Kincaid grade level\",\"score\":9.38,\"description\":\"The Flesch-Kincaid Grade Level formula evaluates the readability of your text by calculating the U.S. school grade level. A lower grade level indicates easier readability.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Smog index\",\"score\":8.8,\"description\":\"The SMOG (Simple Measure of Gobbledygook) Index estimates the years of education a person needs to understand a text. A lower score means simpler text, while a higher score suggests more complex content.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Automated readability index\",\"score\":8.54,\"description\":\"The Automated Readability Index calculates the readability of your content using characters per word and words per sentence. It estimates the U.S. school grade level needed to understand the text.\",\"grade\":\"High School (Grade 9-12)\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Dale chall readability score\",\"score\":5.87,\"description\":\"The Dale-Chall Readability Score evaluates the readability of your text based on familiar words and sentence structure. A lower score indicates that the content is easier to read.\",\"grade\":\"5th-6th grade\"},{\"helpLink\":\"link\",\"isError\":false,\"name\":\"Spache readability score\",\"score\":1.7,\"description\":\"The Spache Readability Score measures the readability of texts for younger readers. It identifies words that are unfamiliar to children and calculates a score accordingly. A lower score indicates easier content.\",\"grade\":\"2nd grade\"}]},\"advanceSetting\":{\"advanceRobotsMeta\":[],\"breadcrumbTitle\":\"\",\"canonicalURL\":\"\",\"criticalOptions\":[]},\"scoring\":{\"subScoring\":{\"metaDescriptionScore\":7,\"schemaMarkupScore\":8,\"outwardInterlinkingScore\":0,\"inwardInterlinkingScore\":0,\"socialMediaScore\":3,\"misspelledWordsScore\":0,\"advanceSettingScore\":3,\"noFollowLinksScore\":0,\"keywordAppearanceScore\":2.5,\"imageAnalyticsScore\":0},\"singlePostScore\":36},\"misspelledWords\":[],\"pointsToImprove\":{\"count\":{\"criticalPointsCount\":0,\"recommendedPointsCount\":0},\"pointsToImproveDetails\":{\"searchEngineAppearance\":[{\"id\":\"recommended_keyword_missing_meta_title\",\"name\":{\"label\":\"Keyword is missing in meta title.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_meta_description_missing\",\"name\":{\"label\":\"Meta Description is missing\"},\"type\":\"Critical\"},{\"id\":\"recommended_keyword_missing_permalink\",\"name\":{\"label\":\"Keyword is missing in permalink.\"},\"type\":\"Critical\"}],\"searchEngineVisibility\":[],\"redirectedLink301\":[],\"socialMedia\":[{\"id\":\"critical_missing_social_media_image\",\"name\":{\"label\":\"Image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_open_graph_title\",\"name\":{\"label\":\"Keyword is missing in social media title.\"},\"type\":\"Recommended\"},{\"id\":\"critical_missing_social_media_description\",\"name\":{\"label\":\"Description is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"critical_missing_social_media_twitter_image\",\"name\":{\"label\":\"X(Twitter) image is missing in social media appearance.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"recommended_keyword_missing_twitter_title\",\"name\":{\"label\":\"Keyword is missing in X(Twitter) title.\"},\"type\":\"Recommended\"},{\"id\":\"critical_missing_social_media_twitter_description\",\"name\":{\"label\":\"X(Twitter) description is missing in social media appearance.\"},\"type\":\"Critical\"}],\"noFollowLink\":[],\"misspelledWords\":[],\"inwardLinks\":[],\"outwardLinks\":[],\"keywordAppearance\":[{\"id\":\"critical_no_selected_keyword\",\"name\":{\"label\":\"Selected keyword missing in keyword appearance.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_h1_is_too_high\",\"name\":{\"label\":\"H1 tags is too high in your content.\"},\"type\":\"Critical\",\"priority\":\"too_high\"},{\"id\":\"critical_heading2_is_missing\",\"name\":{\"label\":\"Missing H2 tags, which are important for content structure.\"},\"type\":\"Critical\",\"priority\":\"high\"},{\"id\":\"critical_heading3_is_missing\",\"name\":{\"label\":\"Missing H3 tags, consider adding H3 for better SEO.\"},\"type\":\"Critical\"}],\"advanceSettings\":[],\"schemaMarkup\":[],\"imageAnalytics\":[{\"id\":\"critical_no_images_in_your_content\",\"name\":{\"label\":\"There is no images in your content.\"},\"type\":\"Critical\",\"priority\":\"high\"}],\"productGtins\":[]}},\"imageAnalytics\":{\"imageAnalysis\":[{\"id\":\"TotalImages\",\"name\":\"Total images\",\"value\":\"0\"},{\"id\":\"ImagesHasTitle\",\"name\":\"Images has title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImageHasAltAttribute\",\"name\":\"Images has alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"ImagesHasProperFileName\",\"name\":\"Images has proper filename format\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInTitleAttribute\",\"name\":\"Keyword in image title\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInAltAttribute\",\"name\":\"Keyword in image Alt\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"},{\"id\":\"KeywordInFilename\",\"name\":\"Keyword in image filename\",\"value\":\"0\",\"outOff\":\"0\",\"status\":\"disabled\"}]}}","_dseop_selected_keywords":"","footnotes":""},"class_list":["post-2262","page","type-page","status-publish","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Creation of an elevator pitch in English - Adrian Jaimes<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262\" \/>\n<meta property=\"og:locale\" content=\"ca_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creation of an elevator pitch in English - Adrian Jaimes\" \/>\n<meta property=\"og:description\" content=\"Adri\u00e1n Jaimes \u2014 Cover Letter AJ Cover Letter Adri\u00e1n Jaimes 18 years old \u00b7 Computer Systems &amp; Networks \u00b7 Castellbisbal LAN Networks Linux \/ Debian Servers Infrastructure Gaming &amp; VR About me Hello, and thank you for your time. My name is Adri\u00e1n Jaimes. I am 18 years old and currently studying Computer Systems and [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262\" \/>\n<meta property=\"og:site_name\" content=\"Adrian Jaimes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-05T21:23:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Temps estimat de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuts\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2262\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2262\",\"name\":\"Creation of an elevator pitch in English - Adrian Jaimes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\"},\"datePublished\":\"2026-02-09T12:56:23+00:00\",\"dateModified\":\"2026-06-05T21:23:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2262#breadcrumb\"},\"inLanguage\":\"ca\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2262\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2262#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inici\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"1r SMX\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1084\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Repte 1.4\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=1496\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"6\ufe0f\u20e3 &#8211; \ud83d\udc82\u200d\u2642\ufe0f\u200b &#8211; Internacionalitzaci\u00f3\",\"item\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?page_id=2256\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Creation of an elevator pitch in English\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#website\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"name\":\"Adrian Jaimes\",\"description\":\"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!\",\"publisher\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ca\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#organization\",\"name\":\"Adrian Jaimes\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ca\",\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"contentUrl\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-cropped-cropped-width_550_009.webp\",\"width\":512,\"height\":512,\"caption\":\"Adrian Jaimes\"},\"image\":{\"@id\":\"https:\\\/\\\/ajaimes.inscastellbisbal.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creation of an elevator pitch in English - Adrian Jaimes","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262","og_locale":"ca_ES","og_type":"article","og_title":"Creation of an elevator pitch in English - Adrian Jaimes","og_description":"Adri\u00e1n Jaimes \u2014 Cover Letter AJ Cover Letter Adri\u00e1n Jaimes 18 years old \u00b7 Computer Systems &amp; Networks \u00b7 Castellbisbal LAN Networks Linux \/ Debian Servers Infrastructure Gaming &amp; VR About me Hello, and thank you for your time. My name is Adri\u00e1n Jaimes. I am 18 years old and currently studying Computer Systems and [&hellip;]","og_url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262","og_site_name":"Adrian Jaimes","article_modified_time":"2026-06-05T21:23:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Temps estimat de lectura":"3 minuts"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262","url":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262","name":"Creation of an elevator pitch in English - Adrian Jaimes","isPartOf":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website"},"datePublished":"2026-02-09T12:56:23+00:00","dateModified":"2026-06-05T21:23:34+00:00","breadcrumb":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262#breadcrumb"},"inLanguage":"ca","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2262#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inici","item":"https:\/\/ajaimes.inscastellbisbal.net\/"},{"@type":"ListItem","position":2,"name":"1r SMX","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1084"},{"@type":"ListItem","position":3,"name":"Repte 1.4","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=1496"},{"@type":"ListItem","position":4,"name":"6\ufe0f\u20e3 &#8211; \ud83d\udc82\u200d\u2642\ufe0f\u200b &#8211; Internacionalitzaci\u00f3","item":"https:\/\/ajaimes.inscastellbisbal.net\/?page_id=2256"},{"@type":"ListItem","position":5,"name":"Creation of an elevator pitch in English"}]},{"@type":"WebSite","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#website","url":"https:\/\/ajaimes.inscastellbisbal.net\/","name":"Adrian Jaimes","description":"S\u00f3c estudiant d&#039;inform\u00e0tica i aqu\u00ed podr\u00e0s veure el meu cam\u00ed acad\u00e8mic, els projectes que he realitzat i els coneixements que he adquirit durant la meva formaci\u00f3. Aquesta p\u00e0gina \u00e9s un reflex de la meva passi\u00f3 per la tecnologia i el meu comprom\u00eds per seguir aprenent i millorant cada dia.  Explora els meus treballs i seguiment acad\u00e8mic!","publisher":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ajaimes.inscastellbisbal.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ca"},{"@type":"Organization","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#organization","name":"Adrian Jaimes","url":"https:\/\/ajaimes.inscastellbisbal.net\/","logo":{"@type":"ImageObject","inLanguage":"ca","@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/","url":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","contentUrl":"https:\/\/ajaimes.inscastellbisbal.net\/wp-content\/uploads\/2025\/12\/cropped-cropped-cropped-width_550_009.webp","width":512,"height":512,"caption":"Adrian Jaimes"},"image":{"@id":"https:\/\/ajaimes.inscastellbisbal.net\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2262","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2262"}],"version-history":[{"count":4,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2262\/revisions"}],"predecessor-version":[{"id":3350,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2262\/revisions\/3350"}],"up":[{"embeddable":true,"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=\/wp\/v2\/pages\/2256"}],"wp:attachment":[{"href":"https:\/\/ajaimes.inscastellbisbal.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2262"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}