New CV

CV content

We Read CV's For You

Press the play button to ask questions about the CV of Clark Kent to the VoiceCV bot!

Enter the name of the person and either copy/paste the CV content or upload a txt file

Edit the CV of Clark Kent

Clark Kent
444-555-323
-----------------------------------------       
Education
Metropolis University, Metropolis America
Study Field: Journalism, GPA: 3.7

Smallville High, Kansas America
Languages: English (Fluent), Kryptonian (Native)
    
Work Experiance
Daily Planet:                                             1989-current        
    Currently working at Daily Planet for 4 years.
    Wrote critical articals that resulted in a 10 percent increase in sales.
                                                                                    
Anchor at Metropolis News:                     1989-1991    
    Worked as the anchor at the biggest news program for 2 years.
    Interviewed famous people such as: Bruce Wayne, The Superman.

Highschool Team Captain:                        1972-1973    
    Lead my highschool team, Giants of Smallville to the victory.
    Scoring over 79 touchdowns in one seasong.
    Had great teamwork and coordination experiance.
                            

A sample code

Copy the below code to an index.html file on your drive and click on it.
Edit the appearance of the bot.

                    
    <!DOCTYPE html>
    <html >
    <head>
    <!-- This is a voice template showing the Flowstorm Client Bot usage  -->
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="voicetempl" content="width=device-width, initial-scale=1, minimum-scale=1">

    <!-- These are the two required files for the FC Client Bot  -->
    <link href="https://bot.flowstorm.ai/client-bot.css" rel="stylesheet">
    <script src="https://bot.flowstorm.ai/client-bot.js"></script>

    </head>

    <body>
    <h1>This is a VoiceCV template appliction</h1>
    <p> Click on the icon in the bottom right corner</p>
    <script>
    initFSClientBot({
    botKey: "Key",
    collapsable: false,
    guiMode: 'chat',
    widgetSize: { width: '380px', height: '600px' },
    fullScreen: false,
    attributes: { documentId: "DocId", personName: "Name" },
    });
    </script>
    </body>
    </html>
                        
                    

© Copyright 2021 Promethist.ai. All Rights Reserved.